Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYDiagram.ZoomIn Method

Zooms the diagram in by a large step.

#Declaration

Delphi
procedure ZoomIn;

#Remarks

Call ZoomIn and ZoomOut procedures to zoom the diagram by the axis of arguments and the axis of values in code. You can use the Chart control’s ZoomOptions.LargeStep property to adjust the zoom increment for this operation.

ZoomIn and ZoomOut procedure calls produce the same effect as Zoom In and Zoom Out mouse actions, respectively.

Note

To reset the zoom factor to 100% by the axis of arguments and the axis of values and display the diagram in full, call the ResetZoom procedure.

#Limitations

A ZoomIn procedure call zooms the diagram in only if the following conditions are met:

See Also