Browse By Tags

  • Treating null values

    If I have a Composite Chart with two NumericTimeSeries, but don't have values on all dates for both series, why can't I just graph the values from one point to the next. 

    E.g. if I have the following datatable:

    Date Series 1 Series 2
    01/03…
  • Data displayed 'flat' in Gantt-Chart

    Hello,

    I am using multiple UltraCharts in my project to display several Gantt-Charts. In an older Version the Gantt-Data was displayed ok as to be seen from screenshot Gantt_02.png.

    Since the project has been upgraded from Infragistics version 7.3…

  • Conditional Formatting UltraWinChart

    Hello everyone,

    I looked around in the forum but I couldn't find an answer that could help me with my use case.

    Following is my use case:

    I have a form which holds a UltraWinGrid having items with different states and a UltraWinChart which holds…

  • Showing Data Values on Chart

    I have this code

    ChartTextAppearance chartText = new ChartTextAppearance();

    chartText.Row = chartText.Column = -2;chartText.Visible = true;

    chartText.ItemFormatString = "<DATA_VALUE:0>";

    ctrlUltraChart.ColumnChart.ChartText.Add(ch…
  • Step-line chart and multiple lines

    Hi,

    how can I display mutiple lines on a step-line chart?
    I would like to show the variations of two different values over the same time scale (purchases and sales of a particular item). I built a DataTable from my database, which has time values on the…

  • Re: Display multiple lines in the step line chart issue

    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…

  • Re: Display multiple lines in the step line chart issue

    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.