PolygonFillStyle Class
Defines a filling style for polygon chart elements in 2D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return PolygonFillStyle objects:
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