Skip to main content

ASPxClientWebChartControl.SetCursor(cursor) Method

In This Article

Changes the mouse pointer, which is shown when the mouse is over the chart control, to the pointer with the specified name.

#Declaration

TypeScript
SetCursor(
    cursor: string
): void

#Parameters

Name Type Description
cursor string

A string value representing the name of the desired cursor.

See Also