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


In This Topic
    MinorUnit Property
    In This Topic
    Returns or sets the minor units on the value axis.
    Syntax
    'Declaration
     
    Property MinorUnit As Double
    'Usage
     
    Dim instance As IAxis
    Dim value As Double
     
    instance.MinorUnit = value
     
    value = instance.MinorUnit
    double MinorUnit {get; set;}
    See Also