Back to Devexpress

Bar3DDrawOptions.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-bar3ddrawoptions-eb0e8853.md

latest1.4 KB
Original Source

Bar3DDrawOptions.FillStyle Property

Gets the fill style settings of the Bar 3D Series View when implementing custom draw in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public RectangleFillStyle3D FillStyle { get; }
vb
Public ReadOnly Property FillStyle As RectangleFillStyle3D

Property Value

TypeDescription
RectangleFillStyle3D

A RectangleFillStyle3D object which specifies the fill style for the background of 3D Bars.

|

Remarks

Use the FillStyle property to access and modify the fill style settings (such as the fill mode) of the 3D Bar series view.

See Also

FillStyle

Bar3DDrawOptions Class

Bar3DDrawOptions Members

DevExpress.XtraCharts Namespace