ChartSpace Property

Microsoft Access Visual Basic

ChartSpace Property

       

Returns a ChartSpace object.

expression.ChartSpace

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

You must set a reference to the Microsoft Office Web Components type library in order to use this property.

Example

This example reports the version of Microsoft Office Web Components in use for the specified form.

Dim objChartSpace As ChartSpace

Set objChartSpace = Forms(0).ChartSpace

MsgBox "Current version of Office Web Components: " _
    & objChartSpace.Version