Flexivert Library Documentation
CreateGraph Method (type)
NamespacesFlexivert.UIIFlexivertApplicationCreateGraph(GraphTypes)
Creates a graph of the specified type, using the application's default settings.
Declaration Syntax
C#Visual BasicVisual C++
Graph CreateGraph(
	GraphTypes type
)
Function CreateGraph ( _
	type As GraphTypes _
) As Graph
Graph^ CreateGraph(
	GraphTypes type
)
Parameters
type (GraphTypes)
A member of GraphTypes enumeration showing the type of the graph.
Return Value
The Graph object representing the newly created graph, or null if unsuccessful.
Remarks
GraphTypes.Both cannot be used in this context.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)