[]
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
.
IChart ActiveChart { get; }
ReadOnly Property ActiveChart As IChart