Shape.DataGraphic Property
Visio Automation Reference |
Gets or sets the data graphic master (Master of type visTypeDataGraphic) that is associated with the shape. Read/write.
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 Shape object.
Return Value
Master
Remarks
If the shape has no data graphic master associated with it, the DataGraphic property returns Nothing.
See Also