| Visual Basic (Declaration) | |
|---|---|
Public Enum StandardAxis Inherits System.Enum | |
| C# | |
|---|---|
public enum StandardAxis : System.Enum | |
| Member | Description |
|---|---|
| AxisX | The X axis is the standard axis. |
| AxisX2 | The secondary X axis is the standard axis. |
| AxisY | The Y axis is the standard axis. |
| AxisY2 | The secondary Y axis is the standard axis. |
| AxisZ | The Z axis is the standard axis. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.StandardAxis