TTeeZoom.KeyShift
TTeeZoom
property KeyShift: TShiftState;
Unit
TeeProcs
Description
Default behaviour of Nousedrag zoom is for the zoom to actuate with left mousebutton depressed, draggung right and downwards to zoom and left and upwards to unzoom. Optionally you may set a keyboard button as an extra condition to initiate the zoom.
Example
Chart1.Zoom.KeyShift :=[ssShift];
..would zoom with mouse action as standard plus depresion of the shift key.