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