[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorkbook.ActiveChart

ActiveChart Property

ActiveChart

Gets an 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.

Declaration
IChart ActiveChart { get; }
ReadOnly Property ActiveChart As IChart