Skip to main content

RadarSeriesViewBaseModel.ColorEach Property

Gets or sets the value of the RadarSeriesViewBase.ColorEach within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

true if each point in a series should have a different color; false if one color should be used for all points.

See Also