TiPlotDataCursor.MenuItemCaptionDeltaY

TiPlotDataCursor

Specifies the caption of the "DeltaY" context-sensitive menu for the cursor.

property MenuItemCaptionDeltaY : String;

Description

Use MenuItemCaptionDeltaY to specify the caption of the "DeltaY" right-click, run-time popup menu for the data cursor object. This is useful for customizing the menu for application specific descriptions. The menu item allows the user to change the cursor to display the range of Y values between two cursor lines.

You can modify whether this menu item is shown in the popup menu of the cursor by using the MenuItemVisibleDeltaY property.

Example

Delphi

iComponent.DataCursor[0].MenuItemCaptionDeltaY := 'Your Custom Caption';

C++ Builder

iComponent->DataCursor[0]->MenuItemCaptionDeltaY = "Your Custom Caption";

Contents | Index | Previous | Next