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


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