NPlot Documented Class Library

VerticalLine.WriteData Method 

[This is preliminary documentation and subject to change.]

Writes text data describing the vertical line object to the supplied string builder. It is possible to specify that the data will be written only if the line is in the specified region.

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

Parameters

sb
the StringBuilder object to write to.
region
a region used if onlyInRegion is true.
onlyInRegion
If true, data will be written only if the line is in the specified region.

Implements

IPlot.WriteData

See Also

VerticalLine Class | NPlot Namespace