Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparklineGroup Interface / AxisColor Property


In This Topic
    AxisColor Property (IExcelSparklineGroup)
    In This Topic
    Specifies the color of the horizontal axis for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Property AxisColor As IExcelColor
    'Usage
     
    Dim instance As IExcelSparklineGroup
    Dim value As IExcelColor
     
    instance.AxisColor = value
     
    value = instance.AxisColor
    IExcelColor AxisColor {get; set;}
    See Also