Skip to main content

Pie3DSeriesView.Color Property

Overrides the SeriesViewBase.Color property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

Always Empty.

Remarks

This property is overridden so to hide the corresponding property of the SeriesViewBase class, since the Color property isn’t appropriate for the Pie3DSeriesView series view.

See Also