ComponentOne FlexReport for WinForms
ChartAxisId Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAxisId Enumeration
Specifies the ID (type) of the axis.
Syntax
'Declaration
 
Public Enum ChartAxisId 
   Inherits System.Enum
public enum ChartAxisId : System.Enum 
Members
MemberDescription
XRefers to the X axis of 2D or 3D chart.
YRefers to the Y axis of 2D or 3D chart.
Y2Refers to the Y2 axis of 2D chart.
ZRefers to the Z axis of 3D chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartAxisId

See Also

Reference

C1.Win.FlexReport.Chart Namespace