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