rohit111111
Members-
Content count
49 -
Joined
-
Last visited
About rohit111111
-
Rank
Advanced Member
-
Hello, Can we show widgets in Window form application in asp.net? Let me know whether javascript or flash or both are possible. Thanks, Rohit
-
Hello, Previously I was not getting error while exporting to PNG,JPEG. Now, I am getting error. Please see the attached screen shot. And the chart rendering mode is javascript. Thanks, Rohit
-
And also, Sometimes we may need to show the numeric data as % on Y-axis. Is it possible? Thanks, Rohit
-
Hello, Can we give specific color to any specific bar of column/bar chart and color for line in multi-series line chart? Thanks, Rohit
-
Tooltip not showing in flash mode but when i rendered chart as javascript, tooltip is appearing. Kindly look into this. Thanks, Rohit
-
Its working in javascript mode only. How we can display it in flash mode? Please give me a demo if possible. Thanks, Rohit
-
Thanks.
-
And how we can show tool tip in spark chart? Also, border color, thickness, point colors are not applying in spark chart. Xml: <chart caption="Spark Line" palette="2" borderColor="B6B5B5" openColor="0099FF" closeColor="0099FF" highColor="00CC33" lowColor="FF0000" borderThickness="8" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart> Kindly look into this. Thanks, Rohit
-
There are total five values. But only four are visible, if you see the screenshot. Thanks,
-
Hello, Spark line chart is also not loading correct. Xml: <chart caption="Spark Line Mean" palette="2" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart> One value is not showing. See attached screen shot. Thanks,
-
Hello, Heat Map chart is not loading correct. Here is xml: <chart><dataset><set rowId='Google' columnId='Mon' value='68'/> <set rowId='Google' columnId='Tue' value='35'/><set rowId='Google' columnId='Wed' value='95'/><set rowId='Yahoo' columnId='Mon' value='0'/> <set rowId='Yahoo' columnId='Tue' value='71'/></dataset></chart> Attached is the screen shot. (Values and background color not coming) If possible, give me a demo. Thanks, Rohit
-
Give an example, that will help.
-
What this 'numDivLines' attribute do?
-
And also in your example, the new x-axis goes to top. It has to be in bottom. So, what do you think? Thanks, Rohit
-
See the screenshot for reference.