Browse By Tags

  • UltraWinChart- centering the graph in the parent applet

     

     

    I am using Ultragarph to display simple graphs and I was asked to refine the layout. My intention is to stay away from CustomLayout and I would like to know if the following requirements can be implemented just from adjusting available properties…

  • Chart Y axis repeating tick values

    I have a line chart with a Y axis value of whole integers and a X axis values of time.

    On the Y axis I get repeating tick marks of whole integers (ie. 1,1,1,2,2,2) even though all numbers are exactly one or two.

    How can I stop the chart from creating…

  • How do you create a log-log plot using UltraChart?

    I'm trying to create a log-log plot using UltraChart.  I have 1 independent variable and 3 dependent variables.  The values on the Y axis are looking fine, but the X axis is not working.

     Here's my code: 

            public IDataGraph(int nval, double[ xValues…

  • Line chart data not aligning to x axis labels

    Why does the line chart not align to the labels on the x-axis? I am using a subset of infragistics sample data to display the problem.

    To recreate, create a simple project that has one Form. On the form, Add a winchart. Set the ChartType to LineChart.…