Use the members of this enumeration to set the value of the Axis property in the Action class.

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

Syntax

C#
[FlagsAttribute]
public enum AxisFlagEnum
Visual Basic
<FlagsAttribute> _
Public Enumeration AxisFlagEnum

Members

Member nameValueDescription
AxisX1 Use x-axis.
AxisY2 Use y-axis.
AxesXY3 Use x-axis and y-axis.
AxisY24 Use y2-axis.
AxesXY25 Use x-axis and y2-axis.
AxesYY26 Use y-axis and y2-axis.
AxesAll7 Use all axes( x-axis, y-axis and y2-axis).

See Also