TiPlotDataCursor.HintPosition

TiPlotDataCursor

Specifies the position of a data cursor hint object.

procedure HintPosition : Double;

Description

Use HintPosition to get or set the position of a hint object next to a data cursor. The value is specified in percent of the horizontal or vertical range of the DataView Area.

If HintPosition = 25 and the cursor is horizontal, then the left-side of the hint will be 25% of the distance from the left side of the DataView area.. If HintPosition = 60 and the cursor is vertical, then the top side of the hint will be 60% of the distance from the top side of the DataView area.

Example

Delphi

iComponent.DataCursor[0].HintPosition := 25;

C++ Builder

iComponent->DataCursor[0]->HintPosition = 25;

Contents | Index | Previous | Next