Back to Devexpress

StackedAreaSeriesView.ColorEach Property

corelibraries-devexpress-dot-xtracharts-dot-stackedareaseriesview-6c91c18e.md

latest1.5 KB
Original Source

StackedAreaSeriesView.ColorEach Property

Overrides the SeriesViewColorEachSupportBase.ColorEach property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool ColorEach { get; }
vb
<Browsable(False)>
Public ReadOnly Property ColorEach As Boolean

Property Value

TypeDescription
Boolean

Always false.

|

Remarks

This property is overridden to hide the corresponding property of the SeriesViewColorEachSupportBase class, because the StackedAreaSeriesView class doesn’t support coloring each series point with an individual color.

See Also

StackedAreaSeriesView Class

StackedAreaSeriesView Members

DevExpress.XtraCharts Namespace