Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / AxisColor Property


In This Topic
    AxisColor Property (IDatabar)
    In This Topic
    Returns the color of the axis for cells with conditional formatting as data bars.
    Syntax
    'Declaration
     
    
    Property AxisColor As Color
    'Usage
     
    
    Dim instance As IDatabar
    Dim value As Color
     
    instance.AxisColor = value
     
    value = instance.AxisColor
    Color AxisColor {get; set;}

    Property Value

    The color of the axis.
    See Also