TiPlotDataCursor.MenuItemVisibleDeltaY
TiPlotDataCursor
Specifies whether the context-sensitive menu for the cursor displays the
"DeltaY" entry.
property MenuItemVisibleDeltaY : Boolean;
Description
Use MenuItemVisibleDeltaY to specify whether right-click, context-sensitive
menu for the data cursor object displays the "DeltaY" entry. This menu item
allows the user to change the cursor to display the range of Y values between two
cursor lines.
You can modify the caption of this entry by using the MenuItemCaptionDeltaY property.
Example
Delphi
iComponent.DataCursor[0].MenuItemVisibleDeltaY := True;
C++ Builder
iComponent->DataCursor[0]->MenuItemVisibleDeltaY = TRUE;
Contents | Index | Previous | Next