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


In This Topic
    GetMinValue Method (IChartSupportDataSource)
    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()
    double GetMinValue()
    See Also