Skip to main content
A newer version of this page is available. .

ColorEachSupportSeriesViewBaseModel.ColorEach Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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