ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / ActualMajorUnit Property



In This Topic
    ActualMajorUnit Property
    In This Topic
    Gets the actual axis major unit.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualMajorUnit As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    value = instance.ActualMajorUnit
    public double ActualMajorUnit {get;}
    public:
    property double ActualMajorUnit {
       double get();
    }
    See Also