TiStripChart.CursorChannelBackGroundColor

TiStripChart See Also

Specifies the background color for the channel text in the legend that has the cursor focus.

property CursorChannelBackGroundColor : TColor;

Description

Use CursorChannelBackGroundColor to read or change the background color for the channel text in the legend that has the cursor focus.

Example

Delphi

iComponent.CursorChannelBackGroundColor := clYellow;

C++ Builder

iComponent->CursorChannelBackGroundColor = clYellow;

Note: The channel text in the legend will only show the background color when the ToolBarMode = iscmCursor.

Contents | Index | Previous | Next