Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / MajorUnit Property


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