In This Topic
Gets or sets the active chart.
Syntax
'Declaration
Public Property ActiveChart As Object
'Usage
Dim instance As SheetView
Dim value As Object
instance.ActiveChart = value
value = instance.ActiveChart
public object ActiveChart {get; set;}
Example
This example adds a chart control and makes the chart active.
See Also