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


In This Topic
    AxisBetweenCategories Property
    In This Topic
    Gets or sets a value indicating whether the value axis crosses the category axis between categories.
    Syntax
    'Declaration
     
    Property AxisBetweenCategories As Boolean
    'Usage
     
    Dim instance As IAxis
    Dim value As Boolean
     
    instance.AxisBetweenCategories = value
     
    value = instance.AxisBetweenCategories
    bool AxisBetweenCategories {get; set;}
    Remarks
    This property applies only to category axes, and it doesn't apply to 3D charts.
    See Also