XYDiagram3D.BackColor Property
Gets or sets the 3D diagram’s background color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color BackColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | A Color value which specifies the 3D diagram’s background color. |
See Also