DxChartSeriesPoint.Visible Property
In This Article
Specifies whether points 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 | Default | Description |
---|---|---|
Boolean | true |
|
#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