PolygonFillStyle Class
In This Article
Defines a filling style for polygon chart elements in 2D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class PolygonFillStyle :
FillStyle2D
#Remarks
The PolygonFillStyle class defines the filling style settings of different polygon chart elements (such as a pie series view or simple marker).
An object of the PolygonFillStyle type can be accessed via the PieSeriesView.FillStyle and MarkerBase.FillStyle properties of a pie series view or simple marker.
#Inheritance
Object
ChartElement
FillStyleBase
FillStyle2D
PolygonFillStyle
See Also