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


In This Topic
    CategoryType Property
    In This Topic
    Returns or sets the category axis type.
    Syntax
    'Declaration
     
    Property CategoryType As CategoryType
    'Usage
     
    Dim instance As IAxis
    Dim value As CategoryType
     
    instance.CategoryType = value
     
    value = instance.CategoryType
    CategoryType CategoryType {get; set;}
    See Also