﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionWidgets v3 (previously FusionGadgets) / Using FusionWidgets  / How do I create linear gauge chart with two pointers? / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Thu, 21 Aug 2008 19:36:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How do I create linear gauge chart with two pointers?</title><link>http://www.fusioncharts.com/forum/Topic996-17-1.aspx</link><description>Oh - I'm sorry - the linear gauge doesn't support 2 pointers. I actually misconstructed it as angular gauge.</description><pubDate>Thu, 10 May 2007 13:13:42 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: How do I create linear gauge chart with two pointers?</title><link>http://www.fusioncharts.com/forum/Topic996-17-1.aspx</link><description>My original XML Looked like this&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;- &amp;lt;chart lowerLimit="1" upperLimit="5" numberSuffix="" showTickMarks="1" majorTMHeight="0" minorTMHeight="0" majorTMColor="666699" majorTMNumber="5" showTickValues="1" decimalPrecision="1" tickMarkGap="5" baseFontColor="666699" pointerSides="3" pointerRadius="16" pointerBGColor="D5D5E3" pointerBorderThickness="5" pointerBorderColor="666699" chartRightMargin="20" chartBottomMargin="0" realTimeValueFontSize="10"&amp;gt;&lt;BR&gt;- &amp;lt;colorRange&amp;gt;&lt;BR&gt; &amp;lt;color minValue='1' maxValue='2' code='ff8a01' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='2' maxValue='3' code='fff701' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='3' maxValue='4' code='ceec01' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='4' maxValue='5' code='92d001' /&amp;gt;&lt;BR&gt;  &amp;lt;/colorRange&amp;gt;&lt;BR&gt;&amp;lt;value&amp;gt;4.6&amp;lt;/value&amp;gt;&lt;BR&gt;- &amp;lt;customObjects&amp;gt;&lt;BR&gt;- &amp;lt;!--  Draw the gradiented rectangle and its shadow to cover up the linear gauge chart already drawn&lt;BR&gt;  --&amp;gt; &lt;BR&gt;- &amp;lt;!--  And also match the starting points of the rectangle with the linear chart for the tick marks to be in place &lt;BR&gt;  --&amp;gt; &lt;BR&gt;- &amp;lt;objectGroup xPos="0" yPos="0" showBelowChart="0"&amp;gt;&lt;BR&gt;  &amp;lt;object xpos="3" ypos="0" toxpos="238" toypos="18" type="rectangle" fillColor="333333" radius="0" /&amp;gt; &lt;BR&gt;  &amp;lt;object xpos="3" ypos="0" toxpos="237" toypos="17" type="rectangle" fillAsGradient="1" fillColor="ff8a01, fff701,ceec01,92d001" fillAlpha="100,100,100,100" fillRatio="20,20,25,35" radius="0" /&amp;gt; &lt;BR&gt;- &amp;lt;!-- Labels with their shadows &lt;BR&gt;  --&amp;gt; &lt;BR&gt;  &amp;lt;/objectGroup&amp;gt;&lt;BR&gt;  &amp;lt;/customObjects&amp;gt;&lt;BR&gt;  &amp;lt;/chart&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;To the above I wanted to add one more pointer with value 4.0, so according to what you said, i have modified the above to :&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;- &amp;lt;chart lowerLimit="1" upperLimit="5" numberSuffix="" showTickMarks="1" majorTMHeight="0" minorTMHeight="0" majorTMColor="666699" majorTMNumber="5" showTickValues="1" decimalPrecision="1" tickMarkGap="5" baseFontColor="666699" pointerSides="3" pointerRadius="16" pointerBGColor="D5D5E3" pointerBorderThickness="5" pointerBorderColor="666699" chartRightMargin="20" chartBottomMargin="0" realTimeValueFontSize="10"&amp;gt;&lt;BR&gt;- &amp;lt;colorRange&amp;gt;&lt;BR&gt; &amp;lt;color minValue='1' maxValue='2' code='ff8a01' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='2' maxValue='3' code='fff701' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='3' maxValue='4' code='ceec01' /&amp;gt;&lt;BR&gt; &amp;lt;color minValue='4' maxValue='5' code='92d001' /&amp;gt;&lt;BR&gt;  &amp;lt;/colorRange&amp;gt;&lt;BR&gt;&amp;lt;dials&amp;gt;&lt;BR&gt;   &amp;lt;dial value='4.6' /&amp;gt;&lt;BR&gt;   &amp;lt;dial value='4.0' /&amp;gt;&lt;BR&gt;&amp;lt;/dials&amp;gt; &lt;BR&gt;- &amp;lt;customObjects&amp;gt;&lt;BR&gt;- &amp;lt;!--  Draw the gradiented rectangle and its shadow to cover up the linear gauge chart already drawn&lt;BR&gt;  --&amp;gt; &lt;BR&gt;- &amp;lt;!--  And also match the starting points of the rectangle with the linear chart for the tick marks to be in place &lt;BR&gt;  --&amp;gt; &lt;BR&gt;- &amp;lt;objectGroup xPos="0" yPos="0" showBelowChart="0"&amp;gt;&lt;BR&gt;  &amp;lt;object xpos="3" ypos="0" toxpos="238" toypos="18" type="rectangle" fillColor="333333" radius="0" /&amp;gt; &lt;BR&gt;  &amp;lt;object xpos="3" ypos="0" toxpos="237" toypos="17" type="rectangle" fillAsGradient="1" fillColor="ff8a01, fff701,ceec01,92d001" fillAlpha="100,100,100,100" fillRatio="20,20,25,35" radius="0" /&amp;gt; &lt;BR&gt;- &amp;lt;!-- Labels with their shadows &lt;BR&gt;  --&amp;gt; &lt;BR&gt;  &amp;lt;/objectGroup&amp;gt;&lt;BR&gt;  &amp;lt;/customObjects&amp;gt;&lt;BR&gt;  &amp;lt;/chart&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Now the chart looks like this&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/b5766aca-c7c5-49e8-8059-f5b2.jpg"&gt;&lt;/P&gt;&lt;P&gt;I have tried adding two &amp;lt;value&amp;gt;4.6&amp;lt;/value&amp;gt;&amp;lt;value&amp;gt;4.0&amp;lt;/value&amp;gt;, but it shows only the later.</description><pubDate>Tue, 08 May 2007 09:57:35 GMT</pubDate><dc:creator>axis1048</dc:creator></item><item><title>RE: How do I create linear gauge chart with two pointers?</title><link>http://www.fusioncharts.com/forum/Topic996-17-1.aspx</link><description>In your XML, create 2 &amp;lt;dial&amp;gt; elements - one representing each pointer.</description><pubDate>Tue, 08 May 2007 09:00:06 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>How do I create linear gauge chart with two pointers?</title><link>http://www.fusioncharts.com/forum/Topic996-17-1.aspx</link><description>How do I create linear gauge chart with two pointers?</description><pubDate>Mon, 07 May 2007 18:40:22 GMT</pubDate><dc:creator>axis1048</dc:creator></item></channel></rss>