Graph.Graph

Graph constructor

Initializes a new instance of the Graph class.

public Graph(double width, double height)
ParameterTypeDescription
widthDoubleThe width of the graph.
heightDoubleThe height of the graph.

See Also