Spread WinForms 15
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
See Also