Skip to main content

DxChartSeriesPoint.Visible Property

Specifies whether points 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 Default Description
Boolean true

true if points are visible; otherwise, false.

Remarks

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

See Also