Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / MinAxisType Property


In This Topic
    MinAxisType Property (SparklineSetting)
    In This Topic
    Gets or sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
    Syntax
    'Declaration
     
    
    Public Property MinAxisType As SparkScale
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As SparkScale
     
    instance.MinAxisType = value
     
    value = instance.MinAxisType
    public SparkScale MinAxisType {get; set;}
    See Also