'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.