Window.ActiveChart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Chart 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 Nothing.
public:
property Microsoft::Office::Interop::Excel::Chart ^ ActiveChart { Microsoft::Office::Interop::Excel::Chart ^ get(); };
public Microsoft.Office.Interop.Excel.Chart ActiveChart { get; }
Public ReadOnly Property ActiveChart As Chart
Property Value
Remarks
If you don't specify an object qualifier, this property returns the active chart in the active workbook.