Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / GetDataPointColor Method
The index in the cache.


In This Topic
    GetDataPointColor Method
    In This Topic
    Gets the color of the data point.
    Syntax
    'Declaration
     
    Public Function GetDataPointColor( _
       ByVal indexInValueCache As Integer _
    ) As Color
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim indexInValueCache As Integer
    Dim value As Color
     
    value = instance.GetDataPointColor(indexInValueCache)
    public Color GetDataPointColor( 
       int indexInValueCache
    )

    Parameters

    indexInValueCache
    The index in the cache.
    See Also