Browse By Tags

  • Column Chart formatting

    I have a simple category chart created. I'm trying to format the label, tooltip and numeric values as currency format but i can't find where to do it using the Asp.Net MVC Helper. 

    Here's the code:


    <div id="columnChart" class="chart">…

  • Scatter Plot (DataCHart) with two Y-axis

    Hi Folks,

    I need to build a scatter plot with two Y axis and assign series to each. D you have an example how to do it programatically? I.e. create axis, add to chart and assign series?

    Regards

    Michal 

  • Allow zooming by mouse click but not with mouse wheel scrolling - igx-data-chart

    Hi everyone,
    for my project I need to have zoom enabled only by mouse click but not by mouse wheel. I'm using a n igx-data-chart.
    I also opened a thread in the forum, here, but was told this feature is currently unavailable.
    Thanks,
    Luca Scurati

  • Interactive 2D Heatmap

    Release custom heatmap control as a supported IG control or create a new type of series in DataChart with the same functionality

    - support integer intervals between heat blocks
    - support decimal intervals between heat blocks

    https://www.infragistics.com…

  • How to dynamically create a stacked column series with MVVM Binding

    Hi,

    I am trying to create a dynamic stacked column series that binds to the data in view model.

    Here is the sample of data I have

    var ChartData = new ObservableCollection<CityData>();

    public class CityData

    {

    string CityName;

    ObservableCollection…

  • Tooltip synchronization among multiple igx-data-charts

    I am using igx-data-charts for our application, and I have tooltips individually working for all 4 igx-data-charts. Our requirement is when the user hovers on any one of these 4 charts, he/she should be able to see the tooltip at that point on all 4 charts…

  • Mouseover fade - Angular

    It would be nice to have the ability to emphasize the series which are being moused over ngx-charts has a feature like this: https://swimlane.github.io/ngx-charts/#/ngx-charts/line-chart. Hover over a data point, and the series is highlighted, while other…

  • DataChart SplineArea with one value starts in the middle instead of on the left

    I'm using a DataChart SplineArea in my ASP.NET MVC application. When I have only 1 value, this is shown in the middle of my chart:

    I want this to start on the left:

    I could set minimunValue for this axis, but this is a date. Can this be done?

  • Datachart remove horizontal gridlines, add labels on top of columns and set maximumValue dinamically

    I'm using the DataChart (in Javascript) to show the percentages of the costs of bad parts. This is curently looking like this:

    Here I set the maximumValue to 8. If I don't do that, the chart stops at the highest number. I want some more white space…

  • Common Business Scenarios with Infragistics UltraDataChart

    Infragistics UltraDataChart Control has been engineered to dramatically simplify the way in which you visually present information to your end-users. Optimized for both performance and flexibility, the WinForms DataChart is a highly customizable control…

  • Animated Line Series using Motion Framework

    Hello,

    We have utilized the Motion Framework in our Scatter Chart series and it is really powerful feature in Infragistics controls suite. However I am wondering that can we also apply the same affect on LINE SERIES? I noticed on the below chart, they…

  • Re: XamDataChart Stackedcolumnseries MVVM

    I have the same question.  In the example below, if I were to set my viewmodel in code behind and had a specific property I was referencing on the view model (called EnergyProdData), which is an IEnumerable, how could i set the stacked column fragments…

  • Multiple (dynamic) Series in Data Chart.

    Hi,

    I have a requirements to create a data chart which eventually have 4 (confirmed: not more not less) series.

    • 2 Line Series
    • 1 Column Series
    • 1 Range Area Series.

    All these series must be created dynamically (i.e. their X-Axis and Y-Axis points) based…

  • Dynamically creating stackedColumnchart

    Hi,

    I have a requirement to created a stacked column chart dynamically. That is at run time I can find number of stacks which need to created. All column will have the same number of stacks. Could you provide an example of how I can achieve this. 

  • How can I manipulate dates in XamWebChart

    Hi,

    I have a xamWebChart for which I have set the Auto range as false and the unit is calculated and set to display only the starting and ending time along the x axis.

    Now when ever the user zooms into a part of the graph we want to show him/her the start…

  • xamDataChart works not on all computers (trial version)

    Dear colleagues!

    Could you be so kind to help me to resolve the following issue. I have the trial version of NetAdvantage for WPF. xamDataChart works well on my computer, but the lines do not appear when I run the same .NET application on the other…

  • Re: XamDataChart Axis Visibility

    Hello Alexey,
    Properties of axes will update only if they are bound to properties of object that implements INotifyPropertyChanged interface and if the notifications about changes to these properties are sent using the OnPropertyChanged() method:
    public…
  • Axis values precision

    Sometimes when cart is zoomed some axis values look like this:

     

    Is it possible to limit values to 2 or 3 decimal places?

  • Re: XamDataChart Axis Visibility

    I have found out from our Engineering team that the AxisLabelSettings is not part of the logical tree in the current version of xamDataChart control. As result it does not inherit the DataContext that I set in my sample solution and this is why all three…
  • Bubble chart like pie chart

    Can we generate a bubble chart with bubbles colored in a pie chart fashion.

  • Re: How to show Axes labels for specific intervals

    Hi Nitingaur,
    I attached zip file with corrections to your sample application and  here are some issues that I fixed.
    First, I noticed that data mapping for Label property of both CategoryXAxis objects were missing in your sample application. Also, there…
  • Annotations on charts

    Hi,

    I am evaluating the Infragistics products for new Financial application. I am looking at both "NetAdvantage for WPF line of business" and "NetAdvantage for WPF data visualisation". 

    Currently nearly all of my required functionality…

  • Re: How to show Axes labels for specific intervals

    Hi Martin,

    Thanks for the app, it looks for the version 10.3 of the infrgistics dlls, which i can`t find in my machine even after installing latest realease from the site.

    what could i be possible missing?

    -Nitingaur

  • Legend not Updating

    I am attempting to put a legend on my grid that updates when I dynamically add and remove series to the grid.  I would like to add that I am programatically adding series to my SeriesCollection  which I pass in as a paremeter to MVVM command.

    I followed…

  • Re: How to show Axes labels for specific intervals

    Hi Nitingaur

      
    The attached sample WPF application creates XamDataChart with axes labels at time intervals that you requested using two CategoryXAxis objects (to plot seconds/minutes parts of time). Also, I added informative stripes from Graham’s post…