TiPlotDataCursor.Color

TiPlotDataCursor

Specifies the color of the data cursor line(s).

property Color : TColor;

Description

Use Color to get or set the color of the data cursor line or lines. This property is overridden if the UseChannelColor property is set to True.

Example

Delphi

iComponent.DataCursor[0].Color := clRed;

C++ Builder

iComponent->DataCursor[0]->Color = clRed;

Contents | Index | Previous | Next