Browse By Tags

  • UltraChart support question

    Hello, we recently upgraded some of our software from .NET Framework 4.8 to .NET 6.  In doing so we discovered that a direct assembly reference to Infragistics4.Win.UltraWinChart.v22.1 is required for the UltraChart control rather than a NuGet package…

  • How do I find out which bar was clicked on in the Bar Graph?

    I am using a bar graph from the ultra chart. I want to know which Bar the user clicked on while handling the Click Event, because then I can modify the properties of that particular bar. Is there any way to get a handle on the individual bar?

  • UltraDataChart value error when zoom in

    A normal image looks like this.

    When i zoom in, the green part of the image disappears.

  • UltraDataChart value error when zoom in

    A normal image looks like this.

    When i zoom in, the green part of the image disappears.

  • StackColoumnChart show the wrong value

    I need an explanation about Infragistics, which I don't understand. I want to display several bars in a chart per month. The whole thing will be in my opinion a StackColoumnChart.



    but is displayed incorrectly.

    If I run the whole thing as a ColoumnChart…

  • UltraChart Axis labels not refreshed until entering/leaving chart

    Hi,

    I've created a UserControl with an UltraChart within. I use custom axis labels, but they are not refreshed to the calculated values until I hover inside the chart and leave it. The chart property LabelHash already have the correct values before displaying…

  • Upgrading to 21.2.46 with .Net 60 -> Problems with UltraPieChart and other charts when binding to DataTable

    Upgrading to 21.2.46 with .Net 60 -> Problems with UltraPieChart and other charts when binding to DataTable

    First can't get the Legend to show up correctly, so I just removed it for now.  

    Has anything changed in the Charts and data binding that…

  • It is posible to draw a graph in Infragistics over windows forms control?

    Hi all, I want to draw a graph in infragistics over windows form control. There is some class in the lib usefull for this purpose. Something similar to the pic I paste here. Best regards?

  • How to get UI status of the Chart?

    i am using ColumnSeries in UltraDataChart.

    Create a Series in one function and call the SaveTo function.
    Sometimes an empty image is created.

    So I want to check the state of the chart control and call a SaveTo function.

    ex)
    void Test()
    {
    createSeries(
    chart
  • UltraChart Major Gridlines Not Drawn Accurately for PolarChart Types

    Using Infragistics2.Win.UltraWinChart.v12.1, Version 12.1.20121.1001 in C# .NET 4.6.1.

    I've set up a simple polar chart with a datasource of type System.Windows.Data.DataTable. The DataTable has 2 columns, with column 0 holding the angular values and…

  • Converting UltraChart to UltraDataChart -Annotations and TitleBottom

    Hi, I am trying to convert some UltraCharts to UltraDataCharts, and i am struggling to find how to add the Annotations and TitleBottom that the UltraChart has. The annotations are EllipseAnnotation and BoxAnnotation, and they contain text inside of them…

  • Need guidance on UltraWinChart -> UltraDataChart migration

    Are there any resources (or tools?) available that document/faciliate how to transition from UltraWinChart to UltraDataChart?

    HI there, I've been asked to take over a product that using WinForms/Infragistics 16 and I want to migrate it to Infragistics…

  • What is the best way to create a set of related plots (telemetry) with UltraChart

    I need separate plots for a variable number of time data sets with the same time span. The number, values and units vary and cannot be shown on two or three y axis. The best way to describe the need is plots of univariate telemetry data (time series).

  • Chart Tooltip graphic distortion

    Is there a way to prevent the tooltip on charts from rendering incorrectly?  Whenever I move the mouse over a chart, I see the tooltip appear where I move the mouse, but it doesn't clear until a second or so later.  This leaves a trail of tooltips where…

  • 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…
  • How to structure data for multi-bar column chart with second Y axis

    I currently have a UltraChart set up as a column chart. It is using a DataSource of the following in a BindingList. Note: I was having trouble getting the DateTime in my data to display as HH:mm so I changed that to a string for the chart.

        public class…
  • Ultrachart Column Chart Display Data Values in Legend

    Hello fellows,

    I have a simple Column Chart bind to a simple datatable, with Two columns, 1. DepartmentName 2. Total. Department name has Lables whereas Total has the data. I want to display data value of each bar/ Department along with the Legends.…

  • Which chart control to use?

    I am just finishing up a bar chart using UltraCategoryChart. While researching I discovered that there are other chart controls.

    The post below for example indicates UltraChart and UltraDataChart, which means there are at least 3 chart controls. Which…

  • UltraChart labels - how to?

    I've put together a prototype chart based similar to this:

    https://www.infragistics.com/help/winforms/chart-working-with-2d-column-chart-data

    However, I can't find any code samples on how to specify the labels shown on the example (see image).…

  • How to show UltraCategoryChart using SQL resultset?

    I am attempting to make my first UltraCategoryChart. I will describe the end result I'd like first. We are comparing quantities for the last three years. So the X axis will be months, January through December. For each month there will be 3 columns grouped…

  • How to customize UltraChart scrollbar?

    Hello, I'm using Infragistics2.Win.UltraWinChart.v10.2 (version 10.2.20102.1004).

    How can I customize scrollbar shown for axis in case of 

    Chart.Axis.X.ScrollScale.Visible = true?

    I see quite many classes and props like ScrollBarSkin, but can't figure…
  • UltraDataChart tooltip mouse over

    Hello Folk,

    We want to add mouse over tooltip in Ultradatachart but could not find "Infragistics.UltraChart.Shared.Styles" dll for reference. Could you please help me out.

    Getting following error "The type or namespace name 'UltraChart' does not…
  • 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…
  • Two columns layers in UltraWinChart on Y and Y2

    Hello

    I need a column chart showing two columns; one show percent (0-100), the other count (>1000). Percent should be shown on Y axis and count on Y2 axis. 

    However I am having trouble doing this, it will only show one of the columns. 

    My code looks…

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