Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSource Interface / GetMaxValue Method


In This Topic
    GetMaxValue Method (IChartSupportDataSource)
    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