Use the members of this enumeration to refer to the X, Y, and Y2 axis.
[Visual Basic]
Public Enum AxisIdEnum
[C#]
public enum AxisIdEnum
[Delphi]
type AxisIdEnum = (X, Y, Y2);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
X |
Refers to the X axis. |
Y |
Refers to the Y axis. |
Y2 |
Refers to the Y2 axis. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |