'Declaration Public Enum ChartAxisId Inherits System.Enum
public enum ChartAxisId : System.Enum
'Declaration Public Enum ChartAxisId Inherits System.Enum
public enum ChartAxisId : System.Enum
Member | Description |
---|---|
X | Refers to the X axis of 2D or 3D chart. |
Y | Refers to the Y axis of 2D or 3D chart. |
Y2 | Refers to the Y2 axis of 2D chart. |
Z | Refers to the Z axis of 3D chart. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.ChartAxisId