Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSource Interface / GetMinValue Method


In This Topic
GetMinValue Method
In This Topic
Gets the minimum value from the data source.
Syntax
'Declaration
 
Function GetMinValue() As Double
 
'Usage
 
Dim instance As IChartSupportDataSource
Dim value As Double
 
value = instance.GetMinValue()
See Also