Defines a method to plot a graph onto a Graphics object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IGraphPlotter : IFlexivertPlugin
Public Interface IGraphPlotter _ Implements IFlexivertPlugin
public interface class IGraphPlotter : IFlexivertPlugin
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
DisplayName |
Gets the display name of the plugin.
(Inherited from IFlexivertPlugin.) | |
Plot(Graph, Graphics, PlottingOptions) |
Plots a graph onto a graphics object.
|