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


In This Topic
    MajorTimeUnit Property
    In This Topic
    Gets or sets the major time unit of the axis.
    Syntax
    'Declaration
     
    Public Property MajorTimeUnit As AxisTimeUnit
    'Usage
     
    Dim instance As Axis
    Dim value As AxisTimeUnit
     
    instance.MajorTimeUnit = value
     
    value = instance.MajorTimeUnit
    public AxisTimeUnit MajorTimeUnit {get; set;}

    Property Value

    The major time unit.
    See Also