<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.appstudio.dev/index.php?action=history&amp;feed=atom&amp;title=JqxLinearGauge</id>
	<title>JqxLinearGauge - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.appstudio.dev/index.php?action=history&amp;feed=atom&amp;title=JqxLinearGauge"/>
	<link rel="alternate" type="text/html" href="https://wiki.appstudio.dev/index.php?title=JqxLinearGauge&amp;action=history"/>
	<updated>2026-07-15T20:41:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.appstudio.dev/index.php?title=JqxLinearGauge&amp;diff=9388&amp;oldid=prev</id>
		<title>Ghenne: Created page with &quot;File:JqxLineargauge.png  == Description == jqxLinearGauge displays an indicator within a range of values. Gauges can be used in a table or matrix to show the relative valu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.appstudio.dev/index.php?title=JqxLinearGauge&amp;diff=9388&amp;oldid=prev"/>
		<updated>2018-04-05T21:49:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/File:JqxLineargauge.png&quot; title=&quot;File:JqxLineargauge.png&quot;&gt;File:JqxLineargauge.png&lt;/a&gt;  == Description == jqxLinearGauge displays an indicator within a range of values. Gauges can be used in a table or matrix to show the relative valu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:JqxLineargauge.png]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
jqxLinearGauge displays an indicator within a range of values. Gauges can be used in a table or matrix to show the relative value of a field in a range of values in the data region, for example, as a KPI. It supports SVG and VML rendering.&lt;br /&gt;
&lt;br /&gt;
jqWidgets is a commercial product, which depending on how you use it, requires a license fee. Complete details are on jqWidget&amp;#039;s website. The product is well supported.&lt;br /&gt;
&lt;br /&gt;
== Properties and Methods ==&lt;br /&gt;
&lt;br /&gt;
This control is well documented on the jqWidget&amp;#039;s website:  http://www.jqwidgets.com/jquery-widgets-documentation/.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Sub Main()&lt;br /&gt;
  $(&amp;quot;#LinearGauge1&amp;quot;).jqxLinearGauge(&amp;quot;max&amp;quot;, 100)&lt;br /&gt;
  &amp;#039; &amp;quot;max&amp;quot; sets the maxium value of the gauge or full scale deflection&lt;br /&gt;
  $(&amp;quot;#LinearGauge1&amp;quot;).jqxLinearGauge(&amp;quot;value&amp;quot;, 50)&lt;br /&gt;
  &amp;#039; &amp;quot;value&amp;quot; is the new pointer value for the gauge&lt;br /&gt;
End Sub&lt;br /&gt;
&lt;br /&gt;
Function Slider1_onchange()&lt;br /&gt;
  temp = Slider1.value&lt;br /&gt;
  $(&amp;quot;#LinearGauge1&amp;quot;).jqxLinearGauge(&amp;quot;value&amp;quot;, temp)&lt;br /&gt;
End Function&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
See above.&lt;br /&gt;
&lt;br /&gt;
[[Category:Language Reference]]&lt;br /&gt;
&lt;br /&gt;
[[Category:jqWidgets]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Controls]]&lt;/div&gt;</summary>
		<author><name>Ghenne</name></author>
	</entry>
</feed>