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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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.
See Also