TiPlotDataCursor.MenuItemCaptionInverseDeltaX
TiPlotDataCursor
Specifies the caption of the "InverseDeltaX" context-sensitive menu for the
cursor.
property MenuItemCaptionInverseDeltaX : String;
Description
Use MenuItemCaptionInverseDeltaX to specify the caption of the "InverseDeltaX"
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 the inverse of the range of X
values between two cursor lines (value = 1/range). This is typically used in
conjunction with the Axis CursorScaler property to display calculated frequency values.
You can modify whether this menu item is shown in the popup menu of the cursor
by using the MenuItemVisibleInverseDeltaX property.
Example
Delphi
iComponent.DataCursor[0].MenuItemCaptionInverseDeltaX := 'Your Custom Caption';
C++ Builder
iComponent->DataCursor[0]->MenuItemCaptionInverseDeltaX = "Your Custom Caption";
Contents | Index | Previous | Next