Zoom overview

Constructors

 ConstructorCreates a new Zoom instance.

Public Fields

 AnimatedFactorControls the animated zoom "speed" (inertia)

Public Methods

 DrawDisplays rectangle while dragging Chart for zoom operation.
 UndoRescales the Chart Axis to their Maximum and Minimum values.
 ZoomPercentApplies the specified PercentZoom Zoom In/Out to the current Axis scales.
 ZoomRectZooms the Chart rectangle. Units pixels

Public Properties

 AllowAllows runtime Zoom by dragging the mouse when True.
 AnimatedAnimates Zoom in sequenced steps when True.
 AnimatedStepsDetermines number of steps of the animated zooming sequence.
 BrushBrush used to fill mousedragged zoom area.
 DirectionSets the direction of the zoom on a selected area.
 FullRepaintGets or sets whether the zoom Rectangle is painted using the ControlPaint XOR methods.
 History
 HistoryStepsCollection that stores Axes zoom history to be used when Zoom History is true.
 MinPixelsSets min. number of pixels to actuate zoom action.
 PenPen used to draw surrounding rectangle of zoom area.
 UseNativePenTeeChart uses Windows' native pen for speed when drawing the zoom rectangle. If you start to set Zoom Pen properties but wish to override their use and return to the native (non-coloured) Windows pen please be sure to set this property to true.
 ZoomedDetermines if Chart axis scales fit all Chart points or not.

See Also

Zoom Class | Steema.TeeChart Namespace