Hi,
iam using infragistics chart in my application. i caluculate some amount and display for some years in chart.
iam not get how to give years in x axis and amount in y axis. But its displaying the chart with out values in x and y and iam getting node value also.
i saw your examples in http://www.componentsforjsf.com/IGJavaWebSite/faces/home.jsp
in that examples you are displaying population. In x axis years and y axis population value. where you defined these x and y values like in x axis 1990,1991,1992
and in y axis 10,140,1000
and as well as in infragistics samples(latest) eventhough i cant get how to use.
please solve my problem
Thanks in advance
Ashok
it looks like the markup in some of those samples does not correspond to the actual chart being displayed. i'm looking into this right now with our JSF product manager.
you can see the most current samples at infragistics.com: http://java.samples.infragistics.com/NetAdvantage/JSF/2009.1/featurebrowser/fbhome.jsp
specifically the jsp code on this page should help you set the tickmarks on the x-axis:
http://java.samples.infragistics.com/NetAdvantage/JSF/2009.1/featurebrowser/webchart/LineOverlay2d/index.faces
Hi everyone:
I'll update this sample as soon as I get a chance.
Thanks,Jim