Skip to main content
A newer version of this page is available. .

BootstrapChart.AutoHidePointMarkers Property

Specifies whether to hide series point markers automatically to reduce visual clutter.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(false)]
public bool AutoHidePointMarkers { get; set; }

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