Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / MajorUnitScale Property


In This Topic
    MajorUnitScale Property
    In This Topic
    Returns or sets the major unit scale value for the category axis when the CategoryType property is set to CategoryType.TimeScale.
    Syntax
    'Declaration
     
    Property MajorUnitScale As TimeUnit
    'Usage
     
    Dim instance As IAxis
    Dim value As TimeUnit
     
    instance.MajorUnitScale = value
     
    value = instance.MajorUnitScale
    TimeUnit MajorUnitScale {get; set;}
    See Also