Skip to main content
All docs
V26.1
  • BootstrapChart.AutoHidePointMarkers Property

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

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.1.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