ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / MinorUnit Property


In This Topic
    MinorUnit Property
    In This Topic
    Gets or sets the minor unit (distance between minor tick marks).
    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;}
    Remarks
    For time axis the distance is measured in days. E.g. 6 hours = 0.25 (days).
    See Also