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…

  • 3D line chart problem (10.2)

    Hi,

    In my application I use the 10.2 chart controls. I am having some problems with the 3D line chart control - all other types work OK for me.  All charts get their data from a SQL stored procedure as it needs to be dynamic when users update records…

  • Adding reference lines in bar chart

    Hi!

    I'm wondering if it's possible to add reference lines in a bar char? If it's possible, how can I do that? Here an example of what I'm trying to do.

    It must work in line chart too.

    Thank you!

  • Unable to plot series on Y2(right) axis for a composite ultrawebchart

    Hi,

    I want to plot a series on Y2(right) axis using UltraWebchart component.

    I followed all steps sequentially as per Netadvantage suite documentation (https://www.infragistics.com/help/aspnet/chart-creating-a-composite-chart-in-code-part-1-of-2). However…

  • Create a lineChart with YAxsi as Log

    Hi,
    Please help.
    I try to create a line chart with YAxis is log and XAxis is date. But it does not work right, the lines did not go on the way down. what do I do wrong?

    Yaxis.LogBase = 10;
    Yaxis.MajorGridLines.Visible = true;
    Yaxis.RangeMax =7;
    Yaxis.RangeMin…

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

  • Combined Chart - Line and Gantt

    Hi,

    Is it possible to combine a Gantt Chart and a Line Chart?  I want to have a set of data that will be displayed in the Gantt and another set of data in the Line.

    I'm just trying to put together a sample data set where this can be displayed.  I…

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

  • Adding Control limits to a line chart

    Hello,

    Does anyone have any VB.net examples of how to add control limits to a line chart?  I have a line chart with data aligned to dates and I want to add a red dashed line as a lower control limit and upper control limit (both perpendicular to the Y…

  • 4 questions for values on the line chart

    please see attached picture.

    Q1: How can I get rid of 0 before the digital? example change 02.17 to 2.17, 04.04 to 4.04, 00.00 to 0

    Q2: How can I set line chat digital font size bigger?

    Q3: How can I change the font color from black to red?

    Q4: How…

  • NULL Value in WebChart

    Hi

    I am using line chart to witch I have bind a custom table. Table format is as follows

     

    MasterNo Col1 Col2 Col3 col4

    P10              90     10

    P20                       20     10    90

    P30              10              50    80

     As row1 does not have value in last column chart is taking as 0. Also for P30 col2 does not…

  • How to draw a trend line like excel?

    Please help me ,thanks a lot

     How to draw a trend line ? like excel trend line

     

    like this-->>

    this is my file.cs ,use the Composite Chart ,but i don't know how to draw a trend line

    ---------------------------------------------------…

  • Display custom Gridlines in Linechart

    Hi,

     I have a LineChart with custom labels on the x-axis. That means, the labels are not in regular intervals. My x-axis displays numeric values, one value for every day in a year. The labels on my x-axis display the corresponding month name. Since the…

  • TitleLeft, TitleBottom - spacing

    I'm trying to minimize the spacing between the TitleLeft and TitleBottom and the actual line chart. I want them to move them closer to the x and y axis and I know I can control that with Margins but then it leaves a lot of padding on the outside of the…

  • How to display multiple rows as a single series on a line chart

    I'm brand new at using the webchart control, trying to create a simple 2d line chart using the following data below. I'd like to end up with 2 lines, one for each company. The x-axis should have tick marks for each date (jan, feb, mar, etc..). Each line…

  • Can't get DataValues to work for Line Annotation in a LineChart3D

    I am trying to get a Line Annotation to work with a LineChart3D.  Using Data Values I can create my line with no problem using valueX and valueY within a LineChart.  However, I am not able to duplicate this using the LineChart3D.  I can create a line annotation…

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

  • How to remove the outline of the series icons?

    I tried to remove the outline from the icons in a data series of a composite chart. Am I doing something wrong here or where is my failure? I would have expected the outline to disappear when I’m doing something like this:
    TheNumericTimeSeries.PEs…
  • Make legend for LineChart on CompositeChart more readable?

    Is there a way to make the legend more readable for a LineChart on a CompositeChart.  To make it easier to understand my question I have included the image of my sample app:

    Sample app

    The lines on the legend are so small that it is difficult to tell what they…

  • Line Chart: Change Individual Data Point Colors

    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…