Skip to main content

DxChartSeriesLabel.BackgroundColor Property

Specifies the label background color.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
Color

The background color.

Remarks

This property specifies the background color for all the labels in a series. See the DxChartSeriesLabel component’s description for more information.

See Also