LabelAlignmentStyles Enumeration
.NET Framework 4.5
Specifies a label alignment when SmartLabelStyle is used.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Member name | Description | |
---|---|---|
Top | Label is aligned to the top of the data point. | |
Bottom | Label is aligned to the bottom of the data point. | |
Right | Label is aligned to the right of the data point. | |
Left | Label is aligned to the left of the data point. | |
TopLeft | Label is aligned to the top-left corner of the data point. | |
TopRight | Label is aligned to the top-right corner of the data point. | |
BottomLeft | Label is aligned to the bottom-left of the data point. | |
BottomRight | Label is aligned to the bottom-right of the data point. | |
Center | Label is aligned to the center of the data point. |
The LabelAlignmentStyles enumeration represents the alignment of a label; it is set by the MovingDirection property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.