[]
Saves a Gauge view into an XML file.
public void SaveView(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Saves a Gauge view into an XML file.
public void SaveView(string fileName, Encoding encoding)
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| Encoding | encoding |
Saves a Gauge view into a Stream.
public void SaveView(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Saves a Gauge view into a Stream.
public void SaveView(Stream stream, Encoding encoding)
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| Encoding | encoding |
Saves a Gauge view into an System.Xml.XmlWriter.
public void SaveView(XmlWriter writer)
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |