Skip to main content
All docs
V23.2

DxChartPane.BackgroundColor Property

Specifies the pane’s background color.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string BackgroundColor { get; set; }

Property Value

Type Description
String

The background color.

Remarks

The BackgroundColor property accepts the following values:

  • Hexadecimal colors
  • RGB colors
  • RGBA colors
  • Predefined/cross-browser color names

The following example sets the pane’s backgound color to lightgrey:

DxChartPane - Background color

See Also