TiStripChart.AutoScaleMinAdjustEnabled

TiStripChart See Also

Determines whether the YAxisMin is adjusted during Y-Axis AutoScaling.

property AutoScaleMinAdjustEnabled : Boolean;

Description

Use AutoScaleMinAdjustEnabled to specify whether the YAxisMin is adjusted during Y-Axis AutoScaling.

If AutoScaleEnabled is True, and if the ChannelData added is within 1 MinorTick of YAxisMin, then YAxisMin is adjusted by the AutoScaleHysterisis property value. If AutoScaleHysterisis is set to 0, then the scale will be adjusted by 1 MajorTick value. If AutoScaleMinAdjustEnabled is set to false, then the YAxisMax will not be adjusted.

Example

Delphi

iComponent.AutoScaleMinAdjustEnabled := True;

C++ Builder

iComponent->AutoScaleMinAdjustEnabled = True;

Contents | Index | Previous | Next