Chart (Object)

Member of:

Shapes (Collection)

Description:

Represents an embedded Chart section object within the Shapes collection .

Example:

This example illustrates how to display the scrollbar in embedded Charts.

ActiveDocument.Sections["Dashboard"].Shapes["Chart1"].OnClick()
ActiveDocument.Sections["Dashboard"].Shapes["Chart1"].ShowScrollbar = bqScrollbarTypeAlways

Methods:

OnClick()

Properties:

Read-only: Property Name as String, Property Type as BqShape

Read-write: Property Alignment as BqHorizontalAlignment, Property ShowScrollbar as BqScrollbarType, Property Text as String, Property VerticalAlignment as BqVerticalAlignment, Property Visible as Boolean