TiStripChart.ChannelMax

TiStripChart See Also

Used to get the max channel datum for a specific channel.

property ChannelMax[Index : Integer] : Double;

Description

Use ChannelMax to get the max channel data for a specific channel. If no index times have been added, the result will equal 1E-300. If index times have been added but no data has been specified for the channel, the result will equal 0. This value is calculated when the method is called.

Example

Delphi

Value := iComponent.ChannelMax[0]; //Gets the Max datum for the 1st channel

C++ Builder

Value = iComponent->ChannelMax[0]; //Gets the Max datum for the 1st channel

Note: This is a runtime only property.

Contents | Index | Previous | Next