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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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