ramprawachan
Members-
Content count
5 -
Joined
-
Last visited
About ramprawachan
-
Rank
Forum Newbie
-
Hi, Is it possible to place the scroll at somr other postion other than the start and the end. I need to place the scroll at specifically after 15 data points . Is it possible to do so.
-
Linear gauge rounded curves does not work when data is small
ramprawachan posted a topic in FusionWidgets XT
Hi, I was working on linear gauge . And i found this weird thing. when the data is too small....the rounded cornner of the linear gauge becomes somewat flaten . It works fine with larger data.Is there a flaw in my xml . < Chart bgColor="FFFFFF" showTickMarks='0' showTickValues='0' showGaugeBorder='0' gaugeFillMix='{light-1},{light-1},{light-1},{light-1},{light-1},{light-1},{light-10},{light-1}, {dark-40}' gaugeFillRatio='' bgAlpha="0" majorTMHeight='10' use3DLighting='0' plotGradientColor='' tickMarkDistance='0' showBorder="0" ticksBelowGauge='0' placeTicksInside='1' placeValuesInside='0' majorTMNumber='5' minorTMNumber='0' upperLimit="125" lowerLimit="0" gaugeRoundRadius="25" chartBottomMargin="10" showGaugeLabels="1" >< colorRange> <!--<color minValue='25' maxValue='80' code='#1778C9' label='Calories' alpha='0'/>--> <color minValue="0" maxValue="5" name="" code="1677c8" /> <color minValue="5" maxValue="125" name="" code="FFFFFF" /> </colorRange> With big data -
thnaks a ton...!! n now have yet another doubt .please have a look at the attched graph and suggest a way to achieve the same...Or is it not achieveble at all. :crazy:...!!
-
Thanks it woked:) . i have two other queries 1>Is it possible to generate chart for large number of data(someting in ten thousands)all at once without any XMl issue? 2>I was trying to render <font> tag using isHTML='1' attribute to style. But its not working .I m trying to get Y axis labels in two lines and with two difreent font size. Can you suggest a way to achieve the same? <code> < chart yAxisName="" showShadow="0" divLineAlpha="11" showLimits='0' showAlternateHGridColor="0" plotSpacePercent='60' scrollPadding='5' numVisiblePlot='4' numVDivLines='24' divLineIsDashed='0' caption="" vDivLineIsDashed='0' numberSuffix='<br> <font size="8 " > Cal < /font > ' useRoundEdges="0" canvasBorderColor='000000' plotGradientColor='' canvasBorderThickness='2' canvasBorderAlpha='30' showLegend='0' bgColor="FFFFFF" showValues='0' showPlotBorder='0' showBorder="0">< styles> <definition> <style name='myValuesFont' type='font' font='Arial' size='12' color='666666' bold='1' isHTML='1' /> <style name='tooltextFont' type='font' font='Arial' size='12' color='1677c8' bold='1' isHTML='1' /> </definition> <application> <apply toObject='YAXISVALUES' styles='myValuesFont' /> <apply toObject='DataLabels' styles='myValuesFont' /> <apply toObject='TOOLTIP' styles='myValuesFont' /> </application> </styles>
-
Hi, I was trying to get a dashed affect to my treand line however my treand line still appears as one complete Line .M i doing sumthing wrong <code> < chart caption="" scrollPadding='5' showLegend='0' connectNullData='1' showBorder="0" canvasBorderColor="ADAAAD" canvasBorderThickness='1' canvasBorderAlpha='40' bgColor='FFFFFF' bgAlpha='0' animation='0' numdivlines="4" chartLeftMargin='10' chartRightMargin='15' seriesNameInToolTip='0' yAxisNamePadding='10' showLimits='0' yAxisMinValue ='5' yAxisMaxValue ='25' numberSuffix="<br>lbs" divLineIsDashed='1' divLineDashLen='1' divLineDashGap='2' vDivLineIsDashed='1' vDivLineDashLen='2' vDivLineDashGap='2' showValues="0" numVDivLines="24" numVisiblePlot='5' >< trendlines > <line startValue='118' valueOnRight='1' displayValue="." color='91C728' dashed='1' dashLen='1' dashGap='1' showOnTop='0' thickness='3' /> </trendlines></code>