Specifies the name of an axis.
Axis Name
| Visual Basic (Declaration) | |
|---|---|
Public Enum AxisName Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum AxisName : Enum | |
| Member | Description |
|---|---|
| X |
Primary X-axis. Primary X Axis |
| Y |
Primary Y-axis. Primary Y Axis |
| X2 |
Secondary X-axis. Secondary X Axis |
| Y2 |
Secondary Y-axis. Secondary Y Axis |
The AxisName enumeration represents the four different axes that may be used for a chart.
Bar and stacked bar charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.
For all charts except bar, stacked bar, pie and doughnut the primary and secondary axes are as follows:
|
Axis Type |
Description |
|
Primary X-Axis |
Bottom-horizontal axis. |
|
Secondary X-Axis |
Top-horizontal axis. |
|
Primary Y-Axis |
Left-vertical axis. |
|
Secondary Y-Axis |
Right-vertical axis |
Bar-type charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.AxisName
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family