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