VaryColors Property (PieSeries)
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 PieSeries
Dim value As Boolean
instance.VaryColors = value
value = instance.VaryColors
public bool VaryColors {get; set;}
See Also