Back to Devexpress

RectangleFillStyle3D Class

corelibraries-devexpress-dot-xtracharts-dot-rectanglefillstyle3d.md

latest2.2 KB
Original Source

RectangleFillStyle3D Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RectangleFillStyle3D :
    FillStyle3D
vb
Public Class RectangleFillStyle3D
    Inherits 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

Object ChartElement FillStyleBase FillStyle3D RectangleFillStyle3D

See Also

RectangleFillStyle3D Members

FillStyle3D

DevExpress.XtraCharts Namespace