[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisFlagEnum

AxisFlagEnum Enum

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.4.8.dll
Syntax
[Flags]
public enum AxisFlagEnum

Fields

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.