Use the members of this enumeration to refer to the X, Y, and Y2 axis.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum AxisIdEnum |
| Visual Basic |
|---|
Public Enumeration AxisIdEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| X | 0 | Refers to the X axis. | |
| Y | 1 | Refers to the Y axis. | |
| Y2 | 2 | Refers to the Y2 axis. |