TiStripChart.AutoScaleEnabled

TiStripChart See Also

Determines whether the Y-Axis AutoScales whenever ChannelData is added.

property AutoScaleEnabled : Boolean;

Description

Use AutoScaleEnabled to specify whether the Y-Axis AutoScales whenever ChannelData is added.

If AutoScaleEnabled is True, and if the ChannelData added is within 1 MinorTick of YAxisMax or YAxisMin then the scale on that end is adjust 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. If AutoScaleMinAdjustEnabled is set to false, then the YAxisMin will not be adjusted.

Example

Delphi

iComponent.AutoScaleEnabled := True;

C++ Builder

iComponent->AutoScaleEnabled = True;

Contents | Index | Previous | Next