Browse By Tags

  • Bar Chart Rounded Edges?

    We are looking for a way to create Bar Chart with rounded corners from Server Side to export as Byte to Crystal Reports.

    Is there a way to do with your solution from ASP.NET?

    For Example:

  • How to graph values of a WebDataGrid

    I have a WebDataGrid with two UnboundFiled columns and some rows, the fist column is Date-Time (MM/dd/YYYY HH24:MI:SS), and the second column has values (decimal values). I wish to graph these values and I don't want to query the server again. Could tell…

  • Range's FromScaleScroll method acting differently between versions v12.1 and v15.1

    Hello,

    Recently our team upgraded the Infragistics libraries from version 12.1 to version 15.1.

    While testing and making sure our existing functionality isn't broken I noticed that one functionality related to zooming charts are not working anymore…

  • WPF Finance Sample Application Featured on Quantlabs

    Bryan Downing over at Quantlabs recently featured Infragistics finance dashboard sample applications in a recent post - take a look!

    [youtube] width="560" height="315" src="http://www.youtube.com/embed/yY2XgyjOsXk" [/youtube]…

  • grid and chart combined

    Hi,

    I have used the grid control to group my data into various fields. However I need to extract the grouped data, in order to be able to project it in a chart or a heatMap.

    I cannot figure out how to extract grouped data from the grid and pass it…

  • 1 Billion Data Values in a Data Chart

    It's no secret that you can provide many XamDataChart series with millions of records and still have smooth interactive panning and zooming. XamDataChart is designed from the ground up to not touch data that it doesn't need for the visual, and to…

  • Re: Problem in setting Xamdatachart through C#

    Hey,

    i'm having some difficulties with multiple series in one chart, each series placed alongside the other series.

    i followed the Getting Started Tutorials but with no success, PLEASE try to see where i got wrong.

    TNX

    Sharon.

    Result Snap:

    My Code…

  • Marker Labels clipped by the border of the chart

    I've got a line chart and the labels are being clipped by the edge of the chart:

    Labels clipped

    The chart is built up from data so I can't use the technique of hard coding the minimum and maximum values as suggested in this question.

    I tried binding the Minimum…

  • Suspend Layout of OrgChart

    Is there a way to suspend the layout of an OrgChart when a node is collapsed?  Reorganizing the nodes takes 3 to 4 seconds when I collapse a node.  My model is only about 5 deep and 10 wide on average.  I'm only binding 1 property right now.

  • WPF Org Chart

    I need some advice on how to layout an org chart.  I would like nodes without children to be grouped together in a wrap panel.

    Just using staggering might be an option, but it is horrible on performance.  Orthogonal layout works much better on large data…

  • chart is not rendered in report without being displayed before

    Hey there, i want to include a chart in my report. Therefore i created a UserControl containing all layout stuff i want to have in my xps/print. It is just a simple line-chart and in the constructor i bind to sample data. If i display this control in…

  • Any existing and pre coded visual reporting framwork with Infragistics componenets for WPF

    Hi,

    I need to know is there any pre-coded component for reporting in WPF using Infragistics components?

    I am asking this because we wanted to integrate Bar charts of infragistics into our application for reporting propose, but we've found many other…

  • Bubble Chart

    Hi,

         How to create a bubble chart by passing a query using Ultra Chart in ASP.NET Website

  • Events of Charts 3D..

    What I can specify events for 3D graphics?... ¿How? .. Can you rotate on runtime? .. Need to add various functionalities ..

  • UltraChart- How to change the format of a datetime format value when displaying in the legend

    Hi all,

    I have an UltraChart with values on date time format. When these are displayed in the legend, it is displaying "mm/dd/yyyy hh:MM:ss" but I would like to display only "mm/dd/yyyy" (see picture attached "DateTimeFormat.png"). Is there a way to…

  • Tootltips Ultracharts

    <igchart:UltraChart ID="WGTChart" runat="server" BackColor="#FDEFE9" Height="240px"
                                            EmptyChartText="Data Not Available." Version="9.1" Width="1200px" ChartType="ColumnChart">…

  • Re: WebChart X Axis Column from Stored Procedure

    Chart code, I forgot to place in the previous post.

    private void ChartData(string startDate, int shift, int productionLine, int operationTaskId, UltraChart ucChart)
            {
                SqlConnection cdConnection = new SqlConnection(FactoryServerMesdbConnection.ConnectToDatabase);…
  • Two Line Charts, need same Y scale

    I've two line charts side by side, and need them to have the exact same Y scale.  I can see setting the UltraChart.Axis.Y.RangeMax and Range Min, but can't seem to get the values from the first chart, or is there another parameter that could be queried…

  • WebChart X Axis Column from Stored Procedure

    Ok, so I am very new to Infragistics. I have a data-grid which displays the following information HOURS | OPERATION | BOARDS PROCESSED, I am needing to display this information via column chart. I can get the data to display no problem. However, with…

  • Ultrachart ordering

    Hi I am having an issue with an Ultrachart control on an asp page I have created. The Ultrachart control is databound to an SQL datasource which selects 2 columns of data 1 the month and the other the value for that month. The problem is within the SQL…

  • Bar Chart Unknown Error

    Hello... I need some help. Some days ago I am trying to fix a problem with a bar chart. The description of the problem is this:

    The program I'm fixing have the capacity of show charts on 2D and 3D taking data from a data base, i can choose the chart type…

  • Scatterplot - Draw line from the point to the x-axis

    I have plotted scatterplot for my data and I would like to draw lines from the points to the x-axis to show some kind of vertical projection. How do I achieve that?

  • Re: Functionalites in XamDataChart

    Hello Gergana,

    Thank you very much for your quick response. Please find attached image in which i have added two DataCharts, below one is produced by the given sample and upper one i required.

  • Create dynamic column series

    Hi,

    I have created xamdatachart and binded using datatable which contains three main columns such as date, downtimereason and downtimehours. Each downtime reason is having downtime hours.

    X-Axis - date

    Y-axis - Downtimehours for each downtimereason

  • Chart with two Series

    Hi,

    I have attached a simple Project, where I would like to display two data series in one chart. It works if I create the DataContext in the Code Behind file (MainWindow.xaml.cs). But I want to set the DataContext for the XamDataChart in the xaml file…