Skip to main content
All docs
V24.1

IChartSeriesLabelBorder.Visible Property

Specifies whether label borders are visible.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true to display borders; otherwise, false.

Remarks

Enable the Visible property to display label borders.

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

See Also