FUIChartSelectionMode public enum FUIChartSelectionMode Enum for available selection modes. single Selects a single value in the currently selected series and category indices. Declaration Swift case single all Selects one value in each series for the selected category index(es). Declaration Swift case all