-
Hi, I want to display some data from an UltraDataSource in an UltraGrid. At the same time I want an UltraChart beeing bound to that data, too. Is it possible to reflect UltraGrid filtering of grid rows in the UltraChart with no efford? And if so, could you provide me with a small example? Regards, Michael
-
Problem - 2 for Line chart 2D was not resolved yet. We are getting data value in two decimal point like "3.46" instead of "3.4621" when I move cursor on the point of Line.
-
Problem - 1 (Step Line chart 2D) this.ultraChart1.Legend.ChartComponent.Series.Add(series1); As per above suggestion I tried above option also but not worked. Legend box is visible but not display any value in the legend box. Problem - 2 (Line Chart 2D) I face another problem in line chart is that I...
-
Hi! I'm working with UltraWebChart v5.2 (2005 volume 2) in a .NET 2.0 asp enviroment. I'm building a column chart and I'm running into issue with the series labels being truncated. They are being populated with school names, some of which are rather long (>25 charachters). How can I make...
-
Hi all I have some UI modification deficulties to adjust in BarChart. How to make space on right side of the chart.
-
Hello, it seems to me that the area chart has problems with displaying empty values. (The blue line has nearly the same data but does not have the problem.) The data looks like this: Time Data 15.02.2012 09:00 15.02.2012 10:00 15.02.2012 11:00 15.02.2012 12:00 15.02.2012 13:00 15.02.2012 14:00 15.02...
-
Here's a piece of code that generates an UltraChart (taken from a sample in the documentation) and then serializes it using the persistence framework: public UltraChart GetChart() { UltraChart lChart = new UltraChart(); lChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;...
-
Ok, here is the problem I'm fancing. I want to use a ultrachart control (PieChart3D type) and bind it with the sqldatasource containing a store procedure witch is returning a dataset like this: Total Description 100 Description1 4 Description1 10 Description2 40 Description1 100 Description1 4 Description1...
-
I have a line chart with data points that are squares. I would like to make it so if a data point value is above let's say 25 then the square changes color to red, if it is below 25 then change the square's color to green. I have accessed the ChartDrawItem and looped through the Primitives. I...
-
Hello, I have a question about scrolling on Composite ChartType, is it possible? I mean using the EnableScrollBar property? I have tried to enable it on a composite chart and it does not seem to work. If it does not, do you have an idea on how to do it? Thanks Dave McNulty