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


In This Topic
    AxisColor Property (SparklineSetting)
    In This Topic
    Gets an Color value that specifies the color of the horizontal axis of the sparkline.
    Syntax
    'Declaration
     
    
    Public Property AxisColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.AxisColor = value
     
    value = instance.AxisColor
    public Color AxisColor {get; set;}
    See Also