TiStripChart.AutoScaleMaxAdjustEnabled

TiStripChart See Also

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

property AutoScaleMaxAdjustEnabled : Boolean;

Description

Use AutoScaleMaxAdjustEnabled to specify whether the YAxisMax is adjusted during Y-Axis AutoScaling.

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

Example

Delphi

iComponent.AutoScaleMaxAdjustEnabled := True;

C++ Builder

iComponent->AutoScaleMaxAdjustEnabled = True;

Contents | Index | Previous | Next