Skip to main content
A newer version of this page is available.
All docs
V18.2

FunnelSeriesView.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 to hide the corresponding property of the SeriesViewBase class, since the Color property isn’t appropriate for the FunnelSeriesView series view.

See Also