Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / MinValue Property


In This Topic
    MinValue Property (SparklineDataSource)
    In This Topic
    Gets the minimum value of the sparkline source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MinValue As Double
    'Usage
     
    
    Dim instance As SparklineDataSource
    Dim value As Double
     
    value = instance.MinValue
    public double MinValue {get;}
    See Also