TiPlotDataCursor.MenuItemVisibleInverseDeltaX

TiPlotDataCursor

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

property MenuItemVisibleInverseDeltaX : Boolean;

Description

Use MenuItemVisibleInverseDeltaX to specify whether right-click, context-sensitive menu for the data cursor object displays the "InverseDeltaX" entry. This menu item allows the user to change the cursor to display the inverse of the range of X values between two cursor lines (value = 1/range). This is typically used in conjunction with the Axis CursorScaler property to display calculated frequency values.

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next