TiPlotDataCursor.MenuItemCaptionValueY
TiPlotDataCursor
Specifies the caption of the "ValueY" context-sensitive menu for the cursor.
property MenuItemCaptionValueY : String;
Description
Use MenuItemCaptionValueY to specify the caption of the "ValueY" 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 only Y values.
You can modify whether this menu item is shown in the popup menu of the cursor
by using the MenuItemVisibleValueY property.
Example
Delphi
iComponent.DataCursor[0].MenuItemCaptionValueY := 'Your Custom Caption';
C++ Builder
iComponent->DataCursor[0]->MenuItemCaptionValueY = "Your Custom Caption";
Contents | Index | Previous | Next