Data object
Represents all category objects, methods and properties. Category objects represent label or qualitative objects, and correlate with the XCategories collection of legacy charts.
This example shows how to remove the slider category object “Amount Sales”, and adds the category object “Country”:
Slider.Categories.Remove("Amount Sales")
Slider.Categories.Add("Country")Add(ItemName as String), Item(Value as NameOrIndex), Remove(Value NameOrIndex), RemoveAll
Read only: Count as Number