FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PointSeries Class / VaryColors Property


In This Topic
VaryColors Property (PointSeries)
In This Topic
Gets or sets whether each data point is displayed with a different color.
Syntax
'Declaration
 
Public Property VaryColors As Boolean
 
'Usage
 
Dim instance As PointSeries
Dim value As Boolean
 
instance.VaryColors = value
 
value = instance.VaryColors
Remarks
If false then all data points are displayed with the same color. If true then each data point is displayed with a different color.
See Also