Namespace sap.chart.SelectionModeModule: sap/chart/library


Enumeration for supported selection mode in analytical chart

Field Summary
sap.chart.SelectionMode.MultiMulti selection mode, multiple sets of data points can be selected at once.
sap.chart.SelectionMode.NoneNone selection mode, no data points can be selected.
sap.chart.SelectionMode.SingleSingle selection mode, only one set of data points can be selected at once.
Field Detail
sap.chart.SelectionMode.Multi
Multi selection mode, multiple sets of data points can be selected at once.
sap.chart.SelectionMode.None
None selection mode, no data points can be selected.
sap.chart.SelectionMode.Single
Single selection mode, only one set of data points can be selected at once.