TiPlotAxis.ResetFirstAlign

TiPlotAxis See Also

Used to reset the first align flag for the axis.

procedure ResetFirstAlign;

Description

Call the ResetFirstAlign method to reset the first align flag for the axis. After the first align flag is reset, the first piece of tracking data will cause the scale to be adjusted based on the TrackingAlignFirstStyle.

Example

Delphi

iComponent.XAxis[0].ResetFirstAlign;

iComponent.YAxis[0].ResetFirstAlign;

C++ Builder

iComponent->XAxis[0]->ResetFirstAlign();

iComponent->YAxis[0]->ResetFirstAlign();

Contents | Index | Previous | Next