Skip to main content

PolygonFillStyle Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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

See Also