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