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

PolygonFillStyle Class

Defines a filling style for polygon chart elements in 2D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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

See Also