enum sap.ui.comp.smartchart.SelectionMode

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

Enumeration for supported selection mode in SmartChart


Properties Overview

Node Description
sap.ui.comp.smartchart.SelectionMode.Multi

Multi selection mode, multiple sets of data points can be selected at once.

sap.ui.comp.smartchart.SelectionMode.None

None selection mode, no data points can be selected.

sap.ui.comp.smartchart.SelectionMode.Single

Single selection mode, only one set of data points can be selected at once.