corelibraries-devexpress-dot-xtracharts-cb2c272b.md
Defines a filling style for polygon chart elements in 2D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class PolygonFillStyle :
FillStyle2D
Public Class PolygonFillStyle
Inherits FillStyle2D
The following members return PolygonFillStyle objects:
Show 11 links
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.
Object ChartElement FillStyleBase FillStyle2D PolygonFillStyle
See Also