TiPlotDataCursor.Visible

TiPlotDataCursor

Specifies whether the cursor is visible or not.

property Visible : Boolean;

Description

Use Visible to specify whether the cursor is visible or not.

Note: when a user clicks on the cursor toolbar button, all cursors have their Visible properties toggled.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next