Share via


Master.DataGraphicHidden Property

Visio Automation Reference

Hides or displays a data graphic in the Data Graphics task pane in the Microsoft Office Visio user interface. Read/write.

Aa342072.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.DataGraphicHidden

expression   An expression that returns a Master object.

Return Value
Boolean

Remarks

Set the DataGraphicHidden property to True (-1) to hide a data graphic. Set the property to False (0) to display the data graphic. The default is to display the data graphic (False).

A data graphic is a Master object of type visTypeDataGraphic. Before you can set any property of a data graphic master, you must use the Master.Open method to open a copy of the data graphic master for editing. When you are finished setting properties, use the Master.Close method to commit changes.

See Also