DxChartSeriesLabelConnector.Width Property
Specifies the connector width.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v26.1.dll
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 additional information.
See Also