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



In This Topic
    MinorUnit Property
    In This Topic
    Gets or sets the distance between minor ticks and grid lines.
    Syntax
    'Declaration
     
    
    Public Property MinorUnit As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.MinorUnit = value
     
    value = instance.MinorUnit
    public double MinorUnit {get; set;}
    public:
    property double MinorUnit {
       double get();
       void set (    double value);
    }
    See Also