DxChartSeriesLabelConnector.Width Property
Specifies the connector width.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.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