Browse By Tags

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

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