TiStripChart.LabelChannelYPosition
TiStripChart See Also
Used to set a specific label channel Y position.
property LabelChannelYPosition[Index : Integer] : Double;
Description
Use the LabelChannelYPosition property to get or set a specific label channel
Y position. All labels for the label channel will be drawn at this Y position.
Example
Delphi
iComponent.LabelChannelYPosition[1] := 50; //Sets 2nd Label Channel
C++ Builder
iComponent->LabelChannelYPosition[1] = 50; //Sets 2nd Label Channel
Note: The index value is 0 based.
Contents | Index | Previous | Next