TiStripChart.LabelChannelCount
TiStripChart See Also
Returns the number of label channels.
property LabelChannelCount : Integer;
Description
Use the LabelChannelCount property to get the number of label channels.
Example
Delphi
Value := iComponent.LabelChannelCount;
C++ Builder
Value = iComponent->LabelChannelCount;
Note: This property is read only.
Contents | Index | Previous | Next