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



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