[]
Loads a Gauge definition from an XML file.
public void Load(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
Loads a Gauge definition from a Stream.
public void Load(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Loads a Gauge from an XmlDocument.
public void Load(XmlDocument doc)
Type | Name | Description |
---|---|---|
XmlDocument | doc |