LabelAlignmentStyles Enumeration
Specifies a label alignment when SmartLabelStyle is used.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Bottom | Label is aligned to the bottom 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. | |
| Left | Label is aligned to the left of the data point. | |
| Right | Label is aligned to the right of the data point. | |
| Top | Label is aligned to the top 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. |
The LabelAlignmentStyles enumeration represents the alignment of a label; it is set by the MovingDirection property.
Available since 4.0