Skip to main content
A newer version of this page is available. .

DxChartSeriesLabelConnector.Width Property

Specifies the connector width.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(1)]
[Parameter]
public int Width { get; set; }

Property Value

Type Default Description
Int32 1

The connector width.

Remarks

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

See Also