Skip to main content

XYSeries.ColorEach Property

Indicates whether or not each point marker of a series is shown with a different color.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

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

#Property Value

Type Description
Boolean

true to paint each point marker with a different color; otherwise, false.

#Remarks

Use the ColorEach property to control whether or not data point markers are drawn in different colors.

If the ColorEach property is enabled, colors for point markers are taken from the palette specified via the ChartControl.Palette property.

See Also