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


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