Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / MaxValue Property


In This Topic
MaxValue Property (SparklineDataSource)
In This Topic
Gets the maximum value of the sparkline source.
Syntax
'Declaration
 
Public ReadOnly Property MaxValue As Double
 
'Usage
 
Dim instance As SparklineDataSource
Dim value As Double
 
value = instance.MaxValue
See Also