Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkVerticalAxis Interface / CustomMinScaleValue Property


In This Topic
CustomMinScaleValue Property
In This Topic
Gets or sets the custom minimum value for the vertical axis of a sparkline.
Syntax
'Declaration
 
Property CustomMinScaleValue As Double
 
'Usage
 
Dim instance As ISparkVerticalAxis
Dim value As Double
 
instance.CustomMinScaleValue = value
 
value = instance.CustomMinScaleValue
See Also