Skip to main content

ASPxClientChartPrintOptions.SetPrintCrosshair(printCrosshair) Method

Specifies the value that defines whether to display the crosshair on the printed or exported chart.

Declaration

SetPrintCrosshair(
    printCrosshair: boolean
): void

Parameters

Name Type Description
printCrosshair boolean

true, if the crosshair should be printed or exported; otherwise, false.

See Also