BootstrapChart.AutoHidePointMarkers Property
Specifies whether to hide series point markers automatically to reduce visual clutter.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to hide series point markers; otherwise, false. |
Remarks
Point markers are hidden when:
- In a single-series chart, at least half of all point markers are overlapped by adjacent markers.
- In a multi-series chart, all point markers of a series are overlapped by adjacent markers and markers of other series.
See Also