Skip to main content

BootstrapChart.CrosshairLabelVisible Property

Makes the crosshair labels visible. Applies only if the crosshair feature is enabled by the BootstrapChart.CrosshairEnabled property.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Boolean false

true to make the crosshair labels visible; otherwise, false.

Remarks

Crosshair is a pointer represented by two mutually-crossing lines stretched over the entire chart plot. The crosshair helps a user identify the values of the series points precisely. When enabled, the crosshair follows the cursor and snaps to the nearest series point.

BootstrapChart-Crosshair

See Also