ComponentOne FinancialChart for WPF
AxisX Property (C1FlexChart)



C1.WPF.Chart Namespace > C1FlexChart Class : AxisX Property
Gets or sets the main chart x-axis.
Syntax
'Declaration
 
Public Property AxisX As Axis
'Usage
 
Dim instance As C1FlexChart
Dim value As Axis
 
instance.AxisX = value
 
value = instance.AxisX
public Axis AxisX {get; set;}
public:
property Axis^ AxisX {
   Axis^ get();
   void set (    Axis^ value);
}
See Also

Reference

C1FlexChart Class
C1FlexChart Members