Skip to main content
A newer version of this page is available. .

DxChartSeriesLabelConnector.Visible Property

Specifies whether connectors are visible.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if connectors are visible; otherwise, false.

Remarks

Refer to the DxChartSeriesLabelConnector component’s description for more information.

See Also