Back to Devexpress

PieSeriesView.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesview-85cf558f.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

PieSeriesView Class

PieSeriesView Members

DevExpress.XtraCharts Namespace