TiStripChart.ChannelMin

TiStripChart See Also

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

property ChannelMin[Index : Integer] : Double;

Description

Use ChannelMin to get the min 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.ChannelMin[0]; //Gets the Min datum for the 1st channel

C++ Builder

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

Note: This is a runtime only property.

Contents | Index | Previous | Next