TiPlotDataCursor.UseChannelColor

TiPlotDataCursor

Specifies whether the data cursor's line is drawn using the channel color.

property UseChannelColor : Boolean;

Description

Use UseChannelColor to specify whether the data cursor line use the channel color for the line color. When UseChannelColor is set to TRUE, the data cursor line is drawn using the associated Channel's Color property. When UseChannelColor is set to False, the data cursor line is drawn using the Data Cursor's Color property.

Example

Delphi

iComponent.DataCursor[0].UseChannelColor := True;

C++ Builder

iComponent->DataCursor[0]->UseChannelColor = TRUE;

Contents | Index | Previous | Next