ComponentOne FinancialChart for WPF
MajorUnit Property



C1.WPF.Chart Namespace > Axis Class : MajorUnit Property
Gets or sets the distance betweem axis labels.
Syntax
'Declaration
 
Public Property MajorUnit As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.MajorUnit = value
 
value = instance.MajorUnit
public double MajorUnit {get; set;}
public:
property double MajorUnit {
   double get();
   void set (    double value);
}
See Also

Reference

Axis Class
Axis Members