NPlot Documented Class Library

IPlot.WriteData Method 

[This is preliminary documentation and subject to change.]

Write data associated with the plot as text.

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.

See Also

IPlot Interface | NPlot Namespace