Back to Devexpress

Bar3DSeriesView.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-bar3dseriesview-98ce6334.md

latest1.9 KB
Original Source

Bar3DSeriesView.FillStyle Property

Gets the fill style of a bar(s) within a series view of a Bar 3D type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle3D FillStyle { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property FillStyle As RectangleFillStyle3D

Property Value

TypeDescription
RectangleFillStyle3D

A RectangleFillStyle3D object which specifies the fill style for the background of bars.

|

Remarks

The FillStyle property provides settings that specify how the background of all bars is painted within a series view of the Bar3DSeriesView type. Refer to the RectangleFillStyle3D class description for detailed information on the available settings.

See Also

Bar3DSeriesView Class

Bar3DSeriesView Members

DevExpress.XtraCharts Namespace