Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / AxisColor Property


In This Topic
    AxisColor Property (DatabarCfRule)
    In This Topic
    Gets or sets the axis color of the data bar.
    Syntax
    'Declaration
     
    
    Public Property AxisColor As Color
    'Usage
     
    
    Dim instance As DatabarCfRule
    Dim value As Color
     
    instance.AxisColor = value
     
    value = instance.AxisColor
    public Color AxisColor {get; set;}

    Property Value

    A Color value represents the axis color of the data bar.
    See Also