Method | Description | |
---|---|---|
BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : |
Builds the graph.
|
Method | Description | |
---|---|---|
CreateNode ( System.Xml.Linq.XElement nodeElm, string resourceName, double width, double height, double &count ) : |
public BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : |
||
xmlData | StringBuilder | The XML data. |
modelName | string | Name of the model. |
width | double | The width. |
height | double | The height. |
return |