VaryColors Property (BarSeries)
Gets or sets whether each data point is displayed with a different color.
public virtual bool VaryColors {get; set;}
'Declaration
Public Overridable Property VaryColors As Boolean
'Usage
Dim instance As BarSeries
Dim value As Boolean
instance.VaryColors = value
value = instance.VaryColors