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

PolygonFillStyle3D Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PolygonFillStyle3D :
    FillStyle3D

The following members return PolygonFillStyle3D objects:

Remarks

The PolygonFillStyle3D class defines the filling style settings of different polygon chart elements (such as a 3D Pie Series View).

An object of the PolygonFillStyle3D type can be accessed via the Pie3DSeriesView.PieFillStyle property of a pie 3D series view.

Inheritance

See Also