Defines the actions that a user is allowed to do with a TRSChartPanel component.
Namespace: RSChartConsts
Delphi
|
type
TChartUserAction = (
cuaZoom,
cuaPan,
cuaSelection,
cuaTracking);
|
|
Name
|
Description
|
|
cuaPan
|
User may use the mouse to pan the chart panel
|
|
cuaSelection
|
User may use the mouse to select chart values in the chart panel
|
|
cuaTracking
|
User may use the mouse to dynamically track values under cursor in the chart panel
|
|
cuaZoom
|
User may use the mouse to zoom the chart panel
|
Top
|