LabelOutsidePlotAreaStyle Enumeration
.NET Framework (current version)
Specifies the degree to which a label can be drawn outside a plotting area.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| No | Labels cannot de drawn outside the plotting area. | |
| Partial | Labels can be drawn partially outside the plotting area. | |
| Yes | Labels can be drawn 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
Available since 4.0
Available since 4.0
Show: