Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / CachedMaxValue Property


In This Topic
    CachedMaxValue Property
    In This Topic
    Gets the cached maximum value.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachedMaxValue As Double
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim value As Double
     
    value = instance.CachedMaxValue
    public double CachedMaxValue {get;}
    See Also