Browse By Tags

  • In XamDataChart if I have only one point to plot and I want that to get plotted ina staight line instead of a single dot how can I do it?

    In XamDataChart if I have only one point to plot and I want that to get plotted ina staight line instead of a single dot how can I do it? I have the following code in xaml file

            <igChart:XamDataChart
                                  Padding="10,10,10,0"
                                  PlotAreaBackground…

  • Composite Chart with BoxChart and LineChart

    I am attempting to create a chart that has a line connection to the mean points of a box chart in the example provided below. 

    I have created a composite chart with two layers (BoxChart, and LineChart).  BoxChart uses the X_Axis, "ContinuousData", and…

  • 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!

  • Last Label does not display in Composite Line Chart

    I have created a composite line chart that displays multiple line chart layers which plot OK but the final data label on the X-Axis is not shown. In a different composite chart I have a column layer with multiple line layers and this works as expected…

  • Line Chart shows extra datapoint

    I have a line chart that if there is only 1 value, it is plotting an extra data point at the end.  I've set the stroke width of my color model to zero so the line doesn't get displayed.  How do i get rid of these extra data points?  Why do they even…

  • Column Line Chart

    First of all, thanks to Max for his quick response and help on fixing a multi-series issue for me. I am trying to create a column line chart, the legacy chart is inserted below. How close can I come to this with UltraWebChart and how do I go about building…

  • LineChart x labels showing default values

    I'm an Ultrachart newbie and I've created a simple line chart (code below) by building my data table and

    binding it to the chart control. However, my x-axis labels are showing the defaults Row#0, Row#1,

    Row#2, Row#3 values. How do I set these…

  • Custom format for Time x-axis

    The data column that I'm using for the x-axis comes with the time of the day (every 15 mins) but it's shown as a fraction of the day like this: 0.25 for 6:00AM, 0.333 for 8:00AM, 0.5 for 12PM, etc.

    Instead of showing 0.25, 0.333, 0.5 I would…

  • Data display problem in Ultrachart

    I've been using Infragistics UltraWebChart v. 5.2. If the number of records is larger in the DataSource and the size of the image generated is small (dimensions are 350px width and 183px height) then the column graph generated doesn't show any bars for…

  • Why does null evaluate as 0 (zero) in line chart?

    I am attempting to create an UltraWebChart line chart that has three series.  One of the series is an average that does not start until the fourth data row.  For those first few rows the average is considered null.  The chart is inserting values of zero…