LabelOutsidePlotAreaStyle Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the degree to which a label can be drawn outside a plotting area.
public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle =
Public Enum LabelOutsidePlotAreaStyle
- Inheritance
Name | Value | Description |
---|---|---|
Yes | 0 | Labels can be drawn outside the plotting area. |
No | 1 | Labels cannot de drawn outside the plotting area. |
Partial | 2 | Labels can be drawn partially outside the plotting area. |
The LabelOutsidePlotAreaStyle enumeration represents the degree to which a label is allowed to leave a plotting area. It is used in conjunction with the AllowOutsidePlotArea property of the SmartLabelStyle object.
If you specify the Partial value, no more than 50% of the label can be drawn outside the plotting area.
제품 | 버전 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.