Skip to main content

ASPxClientWebChartControl.SetCursor(cursor) Method

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

Declaration

SetCursor(
    cursor: string
): void

Parameters

Name Type Description
cursor string

A string value representing the name of the desired cursor.

See Also