NPlot Documented Class Library

ImagePlot.WriteData Method 

[This is preliminary documentation and subject to change.]

Write data associated with the plot as text.

public void WriteData(
   StringBuilder sb,
   RectangleD region,
   bool onlyInRegion
);

Parameters

sb
the string builder to write to.
region
Only write out data in this region if onlyInRegion is true.
onlyInRegion
If true, only data in region is written, else all data is written.

Implements

IPlot.WriteData

Remarks

TODO: not implemented.

See Also

ImagePlot Class | NPlot Namespace