IChartSeriesLabelBorder.Width Property
In This Article
Specifies the width of label borders.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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