NPlot Documented Class Library

NPlot.Web Namespace

Namespace hierarchy

Classes

Class Description
PlotSurface2D 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.