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


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