|
Browse by Tags
All Tags » UltraChart ( RSS)
-
Hi to all. I am having an unusual problem with the UltraChart control when UltraChart.ChartType = GanttChart and UltraChart.GanttChart.ShowOwners = True . I've noticed with this setting that the UltraChart.FillSceneGraph() method is continuously executed (and there is nothing else in the call stack...
-
Hi, I created an ultrawinchart and I want to make a report within the ultrawinchart. For this I used the RenderPdfFriendlyGraphics function. With this function the rendering of the diagram works well but the legend is outside the diagramm. I think the rendering function don't work at the legend....
-
Has anyone developed NCHS Baby Growth Chart using UltraWinChart. I have attached the the pdf of the Growth Chart and DataTable that can be used. Any info would be appreciated. Thanks
-
Hi, i design a ScatterChart with this code: NumericTimeSeries serieFab = new NumericTimeSeries(); serieFab.Label = "Start Fab"; serieFab.Points.Add(new NumericTimeDataPoint(System.DateTime.Parse("24-May-06"),11117.32,"A",false)); serieFab.Points.Add(new NumericTimeDataPoint...
-
Hi , I have change the colour of the series in code but it is not updating in legends (It is still showing me previous colours). So any one know the reason behind it. Thanks in Advance. Regards Talha
-
I'm building an application using the UltraWebChart v8.2 in .NET 3.5. In this application there are Ultracharts inside of UpdatePanels. One of the requirements of the chart is the ability to add series after the original load of the page. To do this, I am adding a new layer to the composite chart...
-
Hi, I am using a line chart in which I am plotting Values Vs. Time. All the values are getting plotted correctly but I want to display text 'Time' on X-axis and 'Value' on Y-Axis apart from X & Y axis scales. Is it possible ? Please help me
-
Is there a way to specify the order of series on a composite chart. By order I mean a way to say which lines are drawn in the back and which are drawn in the front. This is useful to me because there is one series on my chart that must always be in the foreground. I have tried the following methods without...
-
It's very funny). I have a function that receives two list of numeric series. The numeric series of first list displays on the first line chart. The numeric series of second list displays on the second line chart. I need to set not same color for each line of charts automatically. I played with ColorModel...
-
I have a ultrachart control with type setuped in CompositeChart. CompositeChart consist of two lines charts and two time numeric series. Each of series displays on its line chart. At the runtime user sees two lines with same color but expected it will be different. We are using Infragistics 8.1. See...
|
|