Method | Description | |
---|---|---|
WriteData ( System sb, |
Writes text data of the plot object to the supplied string builder. It is possible to specify that only data in the specified range be written.
|
public WriteData ( System sb, |
||
sb | System | the StringBuilder object to write to. |
region | a region used if onlyInRegion is true. | |
onlyInRegion | bool | If true, only data enclosed in the provided region will be written. |
return | void |