Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISparkHorizontalAxis Interface / Axis Property


In This Topic
    Axis Property
    In This Topic
    Gets an ISparkColor object that specifies the color of the horizontal axis of the sparkline.
    Syntax
    'Declaration
     
    ReadOnly Property Axis As ISparkColor
    'Usage
     
    Dim instance As ISparkHorizontalAxis
    Dim value As ISparkColor
     
    value = instance.Axis
    ISparkColor Axis {get;}
    See Also