Skip to main content
All docs
V20.1

FunnelSeriesView.Color Property

Overrides the SeriesViewBase.Color property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
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