Browse By Tags

  • Trying to bind results from stored procedure to Line chart

    I am calling a stored procedure where I pass variable for number of days to report on. 

                With cmd
                    .Connection = sqlcon
                    .CommandType = CommandType.StoredProcedure
                    .Parameters.Clear()
                    .CommandText = "dbo.GetAverageResolvedTimeforDashBoard"
                    .Parameters…
  • Infragistics UltraChart Y-Axis formatting “days : hours : minutes : seconds”

    I had designed  `Line Chart`, as below, 

    Here Y-axis is noting but milliseconds(turn around time), I want to display it like "days:hh:mm:ss" format. Is it possible to display Y- axis lables in this format? The data binding code is as below,

     

  • Problem with color in CompositeChart

    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…

  • UltraChart with ScatterData and LineData have different intervals

    Dear,

    I searched for an equivalent of my problem but I haven't found one yet.

    The problem here is that the line graph completely 'ignores' the scaling set on the left side.

    The scatter chart follows the values on the left but the line charts…

  • UltraChart Line Color

    I don't know what's going on. I tried to set the line colors in the line chart. If I set it line by line, it's working fine. If however, I use a for loop to set the paint element, the lines become black. Any idea why?

    For example: (set it…

  • Remove Space between X-Axis Border and X-Axis Labels

    Hi,

    I am using UltraWinChart version 8.1.200081.1000 for displaying a line graph.

    On X-Axis the space between the axis line and the labels doesnot allow labels to be visible fully. The following is the code I am using:

    .Axis.X.TickmarkStyle = AxisTickStyle…

  • Display multiple lines in the step line chart issue

    Thanks in advance

    I used the "NetAdvantage Ultimate 2010 Vol. 3" for chart. I am facing a problem,I can't display the multiple lines in the step line chart. I tried in two ways but i am fail to display multiple lines in the step line chart.…

  • Speeding Up Data Loading and Graphing in UltraChart

    Hi everyone (first post, yay!),

    I've just started working with UltraChart over the last couple days or so, and I think I've grasped the concept of loading in data and graphing pretty well so far. As much as I like the UltraChart tools, I find it's a…

  • Tooltips on a line chart

    Hello.

    Im working with a line chart, and i would like to add some extra info to the tool tips that are shown on each data point of the line.

    In the chart i draw many data sets, so i need to distinguish between them and add different info according to…

  • One More Try: Customizing Legend Appearance of LineChart Series

    How do I customize the appearance of line Series in my Legend? I have successfully customize the NumericTimeSeries (represented by a line) in the attached LineChart, but am having a hard time figuring out the LegendAppearance. Thanks in advance for…

  • Color values on a line chart

    Can someone please suggest a way to color values (data points text primitives?) on a line chart? I attempted to override chart_ChartDrawItem() and setting e.Primitive.PE.Fill = color; but that colors all text primitives including axis labels and values…

  • How to visualize the current position of a movie in a LineChart dynamically?

    In a program, I want to show a movie and the audience ratings at the same time. So I created a little movie player with a LineChart on it. During the movie plays, a slider moves from left to right. In order to illustrate the current position, I place…

  • How to hide lengends dynamically on a DataBound chart?

    Hi,

     

    I have a databound line chart and it has multiple columns. Each column is showing up as a line on the chart. I want to give access to the end user on hiding/showing lines. Is it possible?

     

    i.e. user would select a legent and decide to make it…

  • steplinechart, painting lines to the next node at the bottom instead at the top

    hi,

    I have a question concerning the painting of lines between nodes in a steplinechart. the values are

    00:00     35
    01:00     48
    02:00     43
    03:00     37
    04:00     34
    05:00     33
    06:00     37
    07:00     42
    08:00     61
    09:00     59

    and so on. the steplinechart paints the lines between the nodes…

  • Line chart using Y and Y2 axis

    I have a set of data that for each date, I have 2 pieces of numeric data.  For example:

    Date              Value1      Value2

    01/01/2010     10.5             2

    02/01/2010     20.6             4

    03/01/2010     30.7             6

    04/01/2010     40.8             8

    I am trying to represent this on a line chart where "Value1" is plotted…

  • How to add multiple series to an ultrachart?

    I get my data in a dataset which looks something like the following:

    CustomerID         ReturnDate         AvgTime

    123                        11/2/09                 1

    123                        11/4/09                3

    144                        11/2/09                2

    144                        11/3/09                1

    I want the ultra chart to show two series one for customer 123 and one for customer 144 and…

  • UltraWinChart- centering the graph in the parent applet

     

     

    I am using Ultragarph to display simple graphs and I was asked to refine the layout. My intention is to stay away from CustomLayout and I would like to know if the following requirements can be implemented just from adjusting available properties…

  • Chart Y axis repeating tick values

    I have a line chart with a Y axis value of whole integers and a X axis values of time.

    On the Y axis I get repeating tick marks of whole integers (ie. 1,1,1,2,2,2) even though all numbers are exactly one or two.

    How can I stop the chart from creating…

  • Sort labels in x-axis

    Hi,

    I have a line chart and add NumericSeries in this chart.

    the data like these: (7500, 16.1), (7600, 10.2), (7700, 19.9)

    and then the user add (7300, 10.1).

    the last data will be displayed in the last of the line, can it be inserted in front of…

  • Add a specific vertical line in the LineChart

     

    Hi, 

    I want to add a specific vertical line in the LineChart.

    Like this attachment, there is a vertical black line in this chart.

    Could you tell me how to do this?  thanks a lot!

     

  • Some questions about linechart...

    I everybody,

    First of all, Let me talk about what I'm doing.

    I add three series to the ultrachart ("Max" ,"Min" and "serial" series ones in the picture).

    Max = red line

    Min = Green line

    serial = blue line

     

    "Max…

  • Legends: turn off/on graph content at Legend Click

    Hi,

    I have recently started using the UltraWinChart (Line Chart) for my project and we have a client requirement as follows.

    We have multiple lines on a line Chart and legends corresponding to each on.

    The user should be allowed to turn on/off a perticular…

  • How can I add a target Line to my ultrachart?

    Hello everyone

    Why do I get this exception in my program at the moment
    when I try to add a target line in my ultrachart?

    The exception says something like this:
    Error creating form. See Exception.InnerException for more details.
    Error: Object reference…

  • Lineal chart

    hello!!!!!

    I'm having problems with ultrawinchart,
    I can´t do that my graph looks like the image "Chart_Displaying_Data_on_a_Time_Scale_Axis_01"
    I read this article but it doesn't help me so much.
    http://help.infragistics.com/Help…

  • Add a line chart that bound to a datatable to a composite chart

    Hi, 

    I tried to add a line chart to a composite chart and this line chart is bound to a datatable.

    after i set the datasource of a series, this chart was blank...

    I found some examples about to add line charts in composite chart, but they add points…