Skip to main content

AreaStackedSeries2D.ColorEach Property

Overrides the XYSeries.ColorEach property to hide it.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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