Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / CategoryNames Property


In This Topic
    CategoryNames Property
    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;}
    Remarks
    This property applies only to category axes.
    See Also