Skip to main content

DxChartSeriesLabelConnector.Visible Property

Specifies whether connectors are visible.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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