Share via


Shape.IsDataGraphicCallout Property

Visio Automation Reference

Specifes whether a shape is a data graphic callout. Read-only.

Aa342299.vs_note(en-us,office.12).gif  Note
This Visio object or member is available only to licensed users of Microsoft Office Visio Professional 2007.

Version Information
 Version Added:  Visio 2007

Syntax

expression.IsDataGraphicCallout

expression   An expression that returns a Shape object.

Return Value
Boolean

Remarks

If the parent shape is a data graphic callout, the IsDataGraphicCallout method returns True. If the shape is not a data graphic callout, the method returns False. Note that the method also returns False if the parent shape is a sub-shape of a shape that is a data graphic callout.

See Also