TiPlotDataCursor.MenuItemCaptionValueXY

TiPlotDataCursor

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

property MenuItemCaptionValueXY : String;

Description

Use MenuItemCaptionValueXY to specify the caption of the "ValueXY" 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 both X and Y values.

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next