Skip to main content

FunnelDrawOptions.FillStyle Property

Gets the Funnel series view’s fill style settings when implementing custom draw in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PolygonFillStyle FillStyle { get; }

Property Value

Type Description
PolygonFillStyle

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

Remarks

Use the FillStyle property to access and modify fill style settings (such as the fill options) of the Funnel series view.

See Also