TiPlotDataCursor.MenuItemVisibleValueXY

TiPlotDataCursor

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

property MenuItemVisibleValueXY : Boolean;

Description

Use MenuItemVisibleValueXY to specify whether right-click, context-sensitive menu for the data cursor object displays the "ValueXY" entry. This menu item allows the user to change the cursor to display both X and Y values.

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next