Back to Devexpress

FunnelSeriesView.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesview-ad9fba27.md

latest1.9 KB
Original Source

FunnelSeriesView.FillStyle Property

Gets the fill style of the entire funnel in a series view of the Funnel type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle FillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FillStyle As PolygonFillStyle

Property Value

TypeDescription
PolygonFillStyle

A PolygonFillStyle object which specifies the fill style for the background of a funnel.

|

Remarks

The FillStyle property provides settings that specify how the background of a funnel is painted within a series view of the FunnelSeriesView type. Refer to the PolygonFillStyle class description, for detailed information on the available settings.

See Also

FunnelSeriesView Class

FunnelSeriesView Members

DevExpress.XtraCharts Namespace