Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / MinorUnit Property


In This Topic
    MinorUnit Property (IAxis)
    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