ChartDirector 7.1 (.NET Edition)

WebChartViewer.NoZoomCursor


Declaration

[C#]public string NoZoomCursor {get; set;};
[VB]Public Property NoZoomCursor As String

Description

Gets or sets the mouse cursor to be used when the mouse is used for zoom in/out, but the zoom in/out limits has been reached.

Note: This property is applicable only if the browser side JsChartViewer is included in the web page.

The cursor should be specified in the format used in CSS (Cascaded Style Sheet) cursor attributes.