Expand Minimize
This topic has not yet been rated - Rate this topic

Workbook.ActiveChart Property

Gets a Chart object that represents the active chart (either an embedded chart or a chart sheet). An embedded chart is considered active when it is either selected or activated. When no chart is active, this property returns null.

Namespace:  Microsoft.Office.Tools.Excel
Assemblies:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Chart ActiveChart { get; }

Property Value

Type: Chart
A Chart object that represents the active chart; null if no chart is active.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.