Categories (Collection)

Member of:

Data object

Descriptions:

Represents all category objects, methods and properties. Category objects represent label or qualitative objects, and correlate with the XCategories collection of legacy charts.

Example:

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")

Methods:

Add(ItemName as String), Item(Value as NameOrIndex), Remove(Value NameOrIndex), RemoveAll

Properties:

Read only: Count as Number