Use the members of this enumeration to set the value of the Axis property in the Action class.
[Visual Basic]
Public Enum AxisFlagEnum
[C#]
public enum AxisFlagEnum
[Delphi]
type AxisFlagEnum = (AxesAll, AxesXY, AxesXY2, AxesYY2, AxisX, AxisY, AxisY2);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
AxesAll |
Use all axes( x-axis, y-axis and y2-axis). |
AxesXY |
Use x-axis and y-axis. |
AxesXY2 |
Use x-axis and y2-axis. |
AxesYY2 |
Use y-axis and y2-axis. |
AxisX |
Use x-axis. |
AxisY |
Use y-axis. |
AxisY2 |
Use y2-axis. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |