Use the members of this enumeration to refer to the X, Y, and Y2 axis.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum AxisIdEnum
Visual Basic
Public Enumeration AxisIdEnum

Members

Member nameValueDescription
X0 Refers to the X axis.
Y1 Refers to the Y axis.
Y22 Refers to the Y2 axis.

See Also