Skip to main content

XYDiagram3D.BackColor Property

Gets or sets the 3D diagram’s background color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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