|
Browse by Tags
All Tags » WebChart ( RSS)
-
Thanks for your reply. My original data is in a different format. I have written a new stored procedure to give me the data that has a total of 6 columns. Region, Location number, location description, ClaimYear, ClaimMonth, and Revenue. I want to chart the revenue by location which is within a region...
-
I have a Bar Chart that has what a appears to be the title of my query that I want to remove....how is this done?
-
Hello, Kris! Applying label column happens by using the </ ig:tickMark > tag. I've tried to bind the labels that should be displayed with the bean this way < ig:tickMark value = "0" tickCaption ="#{source.axisLabel}" ></ ig:tickMark > and it worked. I'd appreciate...
-
Hello, marlife! I think any of the LineCharts would be correct for your purpose. I tried to display simple xy Series in a ClusterLineChart and it worked fine. Check if your dataMapping tag was assigned correct values. For example I have used the tag this way dataMapping = "value: population; markerCaption...
-
Hi, Shall i pass a one full column value of table as a input to infragistics web chart Axis?.. is it possible?.. please explain how to give input to web chart.
-
Hi Could someone help me with the ChartImagesPath property of the UltraChart control (NetAdvantage for ASP.NET 2008 Vol 2). I've tried modifying the properties of the control from the code behind (e.g. UltraChart1.ChartImagesPath = @"c:\mydirectory" ; or... Chart1.ChartImagesPath = "mydirectory"...
-
I'm using the new NetAdvantage for JSF 2008 - I have to display one/multiple time series in a Webchart. (Datapoints connected with lines: e.g. 'Speed over Time' OR 'Pressure over Speed' etc.) - I managed to handle most of the chart related stuff in Java Bean Code. - Until now I wasn't...
-
I am wondering if there is any option to copy the chart as an image. I wanted to zoom in\out functinality and I learnt that it's not there yet. http://forums.infragistics.com/forums/p/8993/35111.aspx#35111
-
Hi, I am using infragisitcis version 6.1.20061.28 the javascript error "Undefined is null or not an object" when i put the ultrawebchart control inside the AJAX updatePanel and its trigering event is control by AJAX timercontrol and PartialPostback is enabled in scriptmanager. Page succesfully...
-
I try to build my LineChart completely in the bean code. Caption and legends of the charts appear but no axes, grid lines or data lines. I guess one important problem is the data mapping, which I don't really know how to perform it in bean's code. JSF code is only this: ... < ig:chart id ...
|
|