Skip to main content
All docs
V24.1

IChartSeriesLabelBorder.Width Property

Specifies the width of label borders.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(1)]
double Width { get; set; }

Property Value

Type Default Description
Double 1

The label border width in pixels.

Remarks

Refer to the IChartSeriesLabelBorder interface description for more information and an example.

See Also