Back to Devexpress

XYDiagram3D.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-25ea13ef.md

latest1.7 KB
Original Source

XYDiagram3D.FillStyle Property

Gets the diagram’s background fill style.

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
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FillStyle As RectangleFillStyle3D

Property Value

TypeDescription
RectangleFillStyle3D

A RectangleFillStyle3D object which specifies the background fill style.

|

Remarks

The FillStyle property provides settings that specify how the diagram’s background is painted. Refer to the RectangleFillStyle3D class description for detailed information.

See Also

BackColor

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace