TiStripChart.CursorChannelFontColor
TiStripChart See Also
Specifies the font color for the channel text in the legend that has the
cursor focus.
property CursorChannelFontColor : TColor;
Description
Use CursorChannelFontColor to read or change the font color for the channel
text in the legend that has the cursor focus.
Example
Delphi
iComponent.CursorChannelFontColor := clBlack;
C++ Builder
iComponent->CursorChannelFontColor = clBlack;
Note: The channel text in the legend will only show the font color when the
ToolBarMode = iscmCursor.
Contents | Index | Previous | Next