Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ActiveChart Property


In This Topic
    ActiveChart Property
    In This Topic
    Gets an GrapeCity.Spreadsheet.Charts.IChart object that represents the active chart (either an embedded chart or a chart sheet). An embedded chart is considered active when it's either selected or activated. When no chart is active, this property returns null.
    Syntax
    'Declaration
     
    
    ReadOnly Property ActiveChart As IChart
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As IChart
     
    value = instance.ActiveChart
    IChart ActiveChart {get;}
    See Also