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


In This Topic
    CustomMaxScaleValue Property
    In This Topic
    Gets or sets the custom maximum value for the vertical axis of a sparkline.
    Syntax
    'Declaration
     
    
    Property CustomMaxScaleValue As Double
    'Usage
     
    
    Dim instance As ISparkVerticalAxis
    Dim value As Double
     
    instance.CustomMaxScaleValue = value
     
    value = instance.CustomMaxScaleValue
    double CustomMaxScaleValue {get; set;}
    See Also