XYDiagram3D.FillStyle Property
Gets the diagram’s background fill style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v21.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleFillStyle3D FillStyle { get; }
Property Value
Type | Description |
---|---|
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