Skip to main content

RectangleFillStyle3D Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RectangleFillStyle3D :
    FillStyle3D

The following members return RectangleFillStyle3D objects:

Remarks

The RectangleFillStyle3D class defines the filling style settings of different rectangular chart elements (such as a bar 3D series view, chart 3D diagram, 3D axis, etc).

An object of the RectangleFillStyle3D type can be accessed via the FillStyle property of the corresponding chart element (e.g. Bar3DSeriesView.FillStyle, XYDiagram3D.FillStyle).

Inheritance

See Also