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


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