corelibraries-devexpress-dot-xtracharts-dot-rectanglefillstyle3d.md
Defines a filling style for rectangular chart elements in 3D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class RectangleFillStyle3D :
FillStyle3D
Public Class RectangleFillStyle3D
Inherits FillStyle3D
The following members return RectangleFillStyle3D objects:
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).
Object ChartElement FillStyleBase FillStyle3D RectangleFillStyle3D
See Also