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

PieSeriesView.FillStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle FillStyle { get; }

Property Value

Type Description
PolygonFillStyle

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

Remarks

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

See Also