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 |
|
Remarks
Enable the Visible
property to display label borders.
Refer to the IChartSeriesLabelBorder interface description for more information and an example.
See Also