TiPlotDataCursor.MenuItemVisibleValueY

TiPlotDataCursor

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

property MenuItemVisibleValueY : Boolean;

Description

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

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next