Three new properties were added to E3Chart in E3 version 3.2. They are:
ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart.
MouseMode: controls mouse mode via scripts. Possible values are:
- 0 – MouseModeZoom: Sets mouse in zoom mode per selected area. Available in XY numeric scale and fixed scale charts. It is equivalent to selecting Zoom Box option in E3Chart’s runtime menu.
- 1 – MouseModePan: Sets mouse in scale pan mode. It is equivalent to selecting Pan option in E3Chart’s runtime menu.
- 2 – MouseModePanH: Sets mouse in horizontal-only scale pan mode. It is equivalent to selecting Pan Horizontally option in E3Chart’s runtime menu.
- 3 – MouseModeSearch: Sets mouse in pen values search mode. It is equivalent to selecting Search option in E3Chart’s runtime menu.
- 4 – MouseModeCursors: Sets mouse in search-per-interval mode. It is equivalent to selecting Cursors option in E3Chart’s runtime menu.
Padding: sets the width of the padding between E3Chart’s internal and control edges.
Demo application developed with E3 version 3.2 build 229.