TiPlotChannelCustom.YAxisTrackingEnabled

TiPlotChannelCustom See Also

Specifies whether the channel sends tracking data to its assigned y-axis.

property YAxisTrackingEnabled : Boolean;

Description

Use YAxisTrackingEnabled to specify whether the channel sends tracking data to its assigned y-axis.

Example

Delphi

iComponent.Channel[0].YAxisTrackingEnabled := True;

C++ Builder

iComponent->Channel[0]->YAxisTrackingEnabled = True;

Contents | Index | Previous | Next