DxChartSeriesLabelConnector.Color Property
Specifies the connector’s color.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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