Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkVerticalAxis Interface / MaxScaleType Property


In This Topic
    MaxScaleType Property
    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
     
    
    Property MaxScaleType As SparkScale
    'Usage
     
    
    Dim instance As ISparkVerticalAxis
    Dim value As SparkScale
     
    instance.MaxScaleType = value
     
    value = instance.MaxScaleType
    SparkScale MaxScaleType {get; set;}
    See Also