Spread Windows Forms 12.0 Product Documentation
VaryColors Property (BarSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BarSeries Class : VaryColors Property
Gets or sets whether each data point is displayed with a different color.
Syntax
'Declaration
 
Public Overridable Property VaryColors As Boolean
'Usage
 
Dim instance As BarSeries
Dim value As Boolean
 
instance.VaryColors = value
 
value = instance.VaryColors
public virtual bool VaryColors {get; set;}
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

Reference

BarSeries Class
BarSeries Members