TiPlotDataCursor.MenuItemVisibleValueX

TiPlotDataCursor

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

property MenuItemVisibleValueX : Boolean;

Description

Use MenuItemVisibleValueX to specify whether right-click, context-sensitive menu for the data cursor object displays the "ValueX" entry. This menu item allows the user to change the cursor to display only X values.

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next