Browse By Tags

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

     

  • UltraChart line chart: plot data point from database table

    This seems like a simple problem, but in all my searching I have not found a clear answer.

    I am trying to plot an x-y data series as a line chart. the series comes from a table, gwMonDataTable, which is linked to a data source set up in the c# project…