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


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