BootstrapChartBuilder.CrosshairLabelVisible(Boolean) Method
In This Article
Makes the crosshair labels visible. Applies only if the crosshair feature is enabled using the BootstrapChartBuilder.CrosshairEnabled method.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartBuilder CrosshairLabelVisible(
bool crosshairLabelVisible
)
#Parameters
Name | Type |
---|---|
crosshair |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also