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


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