Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / AxisColor Property
Example


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.
    Example
    This example creates a sparkline in a cell.
    See Also