Categories collection
Represents an individual Category object. Category objects represent label or qualitative objects, and correlate with the XCategories collection of legacy charts.
Note: | A (Live) BlockChart object references a “Wedge” category. |
This example shows how to display theCategory object name of an Slider in an Alert box:
Alert(PieChart.Categories["Unit Sales"].Name)
None
Read only: Name as String
None