VaryColors Property (BarSeries)
In This Topic
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;}
See Also