Name

Graph — graph

Synopsis

Graph (void); 
 

Description

An graph

[Note]Note

This is a "special" widget, i.e. not all UIs necessarily support it. Check for availability with HasSpecialWidget(`Graph) before using it.

Usage

 	if ( HasSpecialWidget( `Graph ) {...
 		    `Graph( "graph.dot", "dot" )