TiPlotDataCursor.MenuItemVisibleDeltaX

TiPlotDataCursor

Specifies whether the context-sensitive menu for the cursor displays the "DeltaX" entry.

property MenuItemVisibleDeltaX : Boolean;

Description

Use MenuItemVisibleDeltaX to specify whether right-click, context-sensitive menu for the data cursor object displays the "DeltaX" entry. This menu item allows the user to change the cursor to display the range of X values between two cursor lines.

You can modify the caption of this entry by using the MenuItemCaptionDeltaX property.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next