Click or drag to resize

StiGaugeSvgHelperWriteGauge Method (XmlTextWriter, StiSvgData, Single, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteGauge(System.Xml.XmlTextWriter,Stimulsoft.Report.Export.StiSvgData,System.Single,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void WriteGauge(
	XmlTextWriter writer,
	StiSvgData svgData,
	float zoom,
	bool needAnimation
)

Parameters

writer
Type: XmlTextWriter

[Missing <param name="writer"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteGauge(System.Xml.XmlTextWriter,Stimulsoft.Report.Export.StiSvgData,System.Single,System.Boolean)"]

svgData
Type: Stimulsoft.Report.ExportStiSvgData

[Missing <param name="svgData"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteGauge(System.Xml.XmlTextWriter,Stimulsoft.Report.Export.StiSvgData,System.Single,System.Boolean)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteGauge(System.Xml.XmlTextWriter,Stimulsoft.Report.Export.StiSvgData,System.Single,System.Boolean)"]

needAnimation
Type: SystemBoolean

[Missing <param name="needAnimation"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteGauge(System.Xml.XmlTextWriter,Stimulsoft.Report.Export.StiSvgData,System.Single,System.Boolean)"]

See Also