TiPlotAxis.ZoomToFit

TiPlotAxis

Zooms the axis to show all data points.

procedure
ZoomToFit;

Description

Call the ZoomToFit method to zoom the axis to show all data points. The Min and Span properties of the Axis will be modified to show all data point value ranges.

Example

Delphi

iComponent.XAxis[0].ZoomToFit;

iComponent.YAxis[0].ZoomToFit;

C++ Builder

iComponent->XAxis[0]->ZoomToFit;

iComponent->YAxis[0]->ZoomToFit;

Contents | Index | Previous | Next