This documentation is archived and is not being maintained.
LabelAlignmentStyles Enumeration
Visual Studio 2010
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.Windows.Forms.DataVisualization.ChartingAssembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: