Browse By Tags

  • 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 create a heatmap with jQuery Grid and jsRender

    Ignite UI igGrid - heatmapThe Ignite UI Grid control is a jQuery-based grid that presents data in tabular form. I have already written about this control and it’s column fixing feature, but now we are going to consider it in a different light. The coolest thing about the…

  • Using different template engines with Ignite UI controls

    header imageCreating an application is not only about making it functional it is about how the users will react to it. Did you know that when you create a mobile app for example a user decides in the first 10 seconds whether he likes it or not? So imagine how will…

  • Building a heatmap with XAML Grids

     The grid is one of the most useful controls for visualizing structured data. It gives you the opportunity to display and style your data according to your needs. There are numerous features that can help you customize it and provide best possible user…

  • HeatMap chart's tooltips and crosshair don't appear in Chrome

    Hello, my HeatMap chart's tooltips and crosshair don't appear in Chrome

     

     

  • HeatMap Chart DataValues

    I have a 2D Heatmap chart that visualizes a correlation matrix e.g

     

             100    50   20

              50   100   -10

              20    -10   100

     

    I can plot a matrix ok and have the correct values show in tooltips but when I try to display the Data Values in the chart tiles…

  • CharDrawItem Event

    I am trying to use the ChartDrawItem event. I put a Consule.WriteLine() to see when it's called. I realize as long my ultrachart is open, it keeps looping in it. Is this suppose to be like that? I simply want to make use of the Primivitive to change color…

  • 2D HeatMap Chart Color mapping

    I am using a 2D heat map chart bound to a 24X24 byte array representing pressures. Chart is displaying byte data in tooltip correctly but I dont understand how to map my data range of 0-255 to a color range from blue to red (overpressure). I have read…

  • Re: Heatmap grid lines

    I saw this post and this is exactly what I need. I am currently using version 8.2 and does not see the fix. I still see gridlines on the graph. I only want the see the color surface but don't want any lines at all on the surface. Can you please advise…