Use the members of this enumeration to set the value of the Axis property in the Action class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[FlagsAttribute] public enum AxisFlagEnum |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration AxisFlagEnum |
Members
Member name | Value | Description | |
---|---|---|---|
AxisX | 1 | Use x-axis. | |
AxisY | 2 | Use y-axis. | |
AxesXY | 3 | Use x-axis and y-axis. | |
AxisY2 | 4 | Use y2-axis. | |
AxesXY2 | 5 | Use x-axis and y2-axis. | |
AxesYY2 | 6 | Use y-axis and y2-axis. | |
AxesAll | 7 | Use all axes( x-axis, y-axis and y2-axis). |