AreaAlignmentOrientations Enumeration
.NET Framework (current version)
Specifies the alignment orientation of a chart area.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| All | Chart areas are aligned horizontally and vertically. | |
| Horizontal | Chart areas are aligned horizontally. | |
| None | Chart areas are not automatically aligned. | |
| Vertical | Chart areas are aligned vertically. |
The AreaAlignmentOrientations enumeration represents the physical orientation, such as vertical or horizontal, of a chart area.
In contrast, the AreaAlignmentStyles enumeration represents the chart elements, such as the cursor or inner plot position, which can be used to align a chart area.
.NET Framework
Available since 4.0
Available since 4.0
Show: