DxChartSeriesLabelConnector.Visible Property
In This Article
Specifies whether connectors are visible.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Parameter]
public bool Visible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Refer to the DxChartSeriesLabelConnector component’s description for more information.
See Also