Skip to main content

DxChartSeriesLabelConnector.Color Property

Specifies the connector’s color.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
Color

The connector’s color.

Remarks

Refer to the DxChartSeriesLabelConnector component’s description for more information.

See Also