Spread Windows Forms 15.0
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()
    double GetMaxValue()
    See Also