Element: <oj-c-area-chart>
CORE PACK
DOM Interface: CAreaChartElement
Touch Information
| Target |
Gesture |
Action |
| Data Item |
Tap |
Select when selectionMode is enabled. |
Drill when drilling is enabled and selectionMode is none. |
| Double Tap |
Drill when drilling is enabled and selectionMode is enabled. |
| Press & Hold |
Display tooltip. |
| Display context menu on release. |
| Categorical Axis Item |
Tap |
Drill when drilling is enabled. |
| Legend Item |
Tap |
Drill when drilling is enabled. |
Filter when hideAndShowBehavior is enabled. |
| Plot Area |
Drag |
Pan when panning is enabled and toggled into that mode. |
Marquee select when selectionMode is multiple and toggled into that mode. |
| Pinch-close |
Zoom out when zooming is enabled. |
| Spread-open |
Zoom in when zooming is enabled. |
Keyboard Information
| Key |
Action |
| Tab |
Move focus to next element. |
| Shift + Tab |
Move focus to previous element. |
| UpArrow |
Move focus and selection to previous data item. |
| DownArrow |
Move focus and selection to next data item. |
| LeftArrow |
Move focus and selection to previous data item. |
| RightArrow |
Move focus and selection to next data item. |
| Shift + UpArrow |
Move focus and multi-select previous data item. |
| Shift + DownArrow |
Move focus and multi-select next data item. |
| Shift + LeftArrow |
Move focus and multi-select previous data item. |
| Shift + RightArrow |
Move focus and multi-select next data item. |
| Ctrl + UpArrow |
Move focus to previous data item, without changing the current selection. |
| Ctrl + DownArrow |
Move focus to next data item, without changing the current selection. |
| Ctrl + LeftArrow |
Move focus to previous data item, without changing the current selection. |
| Ctrl + RightArrow |
Move focus to next data item, without changing the current selection. |
| Ctrl + Spacebar |
Multi-select data item with focus. |
| = or + |
Zoom in one level if zooming is enabled. |
| - or _ |
Zoom out one level if zooming is enabled. |
| PageUp |
Pan up if scrolling is enabled. |
| PageDown |
Pan down if scrolling is enabled. |
| Shift + PageUp |
Pan left in left-to-right locales. Pan right in right-to-left locales. |
| Shift + PageDown |
Pan right in left-to-right locales. Pan left in right-to-left locales. |
| Enter |
Drill on data item, categorical axis label, or legend item when drilling is enabled. |