Defines the actions that the user may take with the chart panel. Use the UserActions to enable or disable actions that the user may take with the chart panel. The
UserPan,
UserSelect, and
UserZoom properties define how the user interacts with the chart panel.
Namespace: RSChartPanel
Delphi |
public |
Property Value
Type: TChartUserActions
The following code enables the pan, select, and zoom actions for the chart panel. It then defines the mouse and keyboard combinations needed by the user to interact with the chart panel:
|