Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / AxisColor Property


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

    Property Value

    The color of the axis.
    See Also