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

PieSeriesView.Color Property

Overrides the SeriesViewBase.Color property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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 PieSeriesView series view.

See Also