RectangleFillStyle3D Class
Defines a filling style for rectangular chart elements in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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
Object
ChartElement
FillStyleBase
FillStyle3D
RectangleFillStyle3D
See Also