Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Axes Property


In This Topic
    Axes Property
    In This Topic
    Gets the associated ISparkAxes object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Axes As ISparkAxes
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As ISparkAxes
     
    value = instance.Axes
    ISparkAxes Axes {get;}
    See Also