Selection.DataGraphic Property

Visio Automation Reference

Gets the data graphic master (Master object of type visTypeDataGraphic) of the primary shape in the selection. Sets the data graphic master of all shapes in the selection. Read/write.

ms195829.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.DataGraphic

expression   An expression that returns a Selection object.

Return Value
Master

Remarks

If the selection has no data graphic master associated with it, the DataGraphic property returns Nothing.

See Also