Spread Silverlight Documentation
GetDataPointColor Method


GrapeCity.Windows.SpreadSheet.Data Namespace > BaseSparklineViewInfo Class : GetDataPointColor Method
The index in the cache.
Gets the color of the data point.
Syntax
'Declaration
 
Public Function GetDataPointColor( _
   ByVal indexInValueCache As System.Integer _
) As System.Windows.Media.Color
'Usage
 
Dim instance As BaseSparklineViewInfo
Dim indexInValueCache As System.Integer
Dim value As System.Windows.Media.Color
 
value = instance.GetDataPointColor(indexInValueCache)
public System.Windows.Media.Color GetDataPointColor( 
   System.int indexInValueCache
)

Parameters

indexInValueCache
The index in the cache.
See Also

Reference

BaseSparklineViewInfo Class
BaseSparklineViewInfo Members