CanvasZoomState
<< Click to Display Table of Contents >> CanvasZoomState |
Indicates the current state of the Zoom tool on the chart. This property reveals the state of the tool while it is in use, and does not indicate a chart is zoomed in on or not. As soon as a zoom action is completed, the tool is considered to be no longer in use.
An enum representing the state of the Zoom tool on the chart. Possible values are listed below:
None |
The Zoom tool is not currently being used |
Selected |
The Zoom tool is selected, but has not yet been used to zoom in |
DrawingRectangle |
The Zoom tool is currently in use (User is currently drawing the rectangle in which to zoom) |
<ChartControl>.CanvasZoomState
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |
Based on the image below, CanvasZoomState confirms that the Zoom rectangle is currently being drawn: