Skip to main content

AreaFullStackedSeries2D.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 AreaFullStackedSeries2D.

See Also