Defines the mouse and keyboard action the user must perform in order to select chart values in the chart panel. Note that this property only defines the action the user must take. The
UserActions property actually enables or disables the action.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Property Value
Type: TShiftState
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:
|