Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public RectangleFillStyle3D FillStyle { get; }

Property Value

Type Description
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