[This is preliminary documentation and subject to change.]
A PlotSurface2D web control. Rather than use this control, I generally create bitmaps using Bitmap.PlotSurface2D, then use the ToBrowser() method in Bitmap.PlotSurface2D to return them as a page request response (and point the src in an image tag to this page). This is not as nice from a users perspective but is more efficient. Note: this control can chew up memory until the user session ends if the client cancels the page load before the image has loaded.
For a list of all members of this type, see PlotSurface2D Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
NPlot.Web.PlotSurface2D
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: NPlot.Web
Assembly: NPlot (in NPlot.dll)
PlotSurface2D Members | NPlot.Web Namespace