In This Topic
Gets or sets all the category names for the specified axis as a text array.
Syntax
'Declaration
Property CategoryNames As String()
'Usage
Dim instance As IAxis
Dim value() As String
instance.CategoryNames = value
value = instance.CategoryNames
string[] CategoryNames {get; set;}
See Also