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

AreaStackedSeries2D.ColorEach Property

Overrides the XYSeries.ColorEach property to hide it.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

This property is hidden, because ColorEach is not appropriate for AreaStackedSeries2D and its descendants.

See Also