Plots a graph onto a graphics object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void Plot( Graph graph, Graphics g, PlottingOptions opts )
Sub Plot ( _ graph As Graph, _ g As Graphics, _ opts As PlottingOptions _ )
void Plot( Graph^ graph, Graphics^ g, PlottingOptions opts )
Parameters
- graph (Graph)
- The graph to be plotted
- g (Graphics)
- The graphics boject
- opts (PlottingOptions)
- A PlottingOptions object containing current plotting options