Skip to main content

DxChartSeriesLabel.Visible Property

Specifies whether labels are visible.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(false)]
[Parameter]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean false

true if labels are visible; otherwise, false.

Remarks

This property specifies the visibility state for all the labels in a series. See the DxChartSeriesLabel component’s description for more information.

See Also