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

LineSeries.ColorEach Property

Indicates whether each data point of the series is shown in a different color.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

true to specify that each data point in a series has a different color; false to use the same color for all data points of the series.

See Also