ChartSelectionMode
public enum ChartSelectionMode : String
Enum for available selection modes.
-
Only a range of category indices in one series selection is allowed
Declaration
Swift
case single
-
Only one category index of all sereis selection is allowed
Declaration
Swift
case all
-
Any combination of category indices in any series selection is allowed
Declaration
Swift
case multiple