Browse By Tags

  • Yaxis scale with proper number

    Hi ,

    When I plot my graph I have on the Yaxis numbers corresponding to the point's value( like -4.5 , -2.4, -1.2 .........). What I want is to have usual number with a step of 0.5 for example (-5 to 2).

    How I can do that ?

  • format yaxis

    Hi ,

     

    I have a small issue , my y axis is in the format : 00.00 , if gives numbers like : 05.5 , but I want to see 5.5 do you have any idea ?

    Thanks

  • How to clear an ultrachart ?

    Hi,

     

    I would like to clear my uktrachart , I know that a clear method in c# exist but I don't know how to use it .

    Thanks

  • How to copy an ultrachart style ?

    Hi Folks,

    I made an ultrachart via the ultrachart wizard. I would like to copy its style for each other ultrachart I made dynamically in c# (so without the ultrachart wizard).

    Please let me know if you have any ideas.

     

    Thanks

  • Nice ultrachart time vs data

    I need to convince my management that we can do very nice plots using infragistics, up to know this is what I have:



    In order have that here is my code :


                //Set the chart titles
                ChartPureAlpha.Text = TickerName;
       

                //Set Chart legend
                this.ChartPureAlpha…

  • Nice ultrachart time vs data

    I need to convince my management that we can do very nice plots using infragistics, up to know this is what I have:



    In order have that here is my code :


                //Set the chart titles
                ChartPureAlpha.Text = TickerName;
       

                //Set Chart legend
                this.ChartPureAlpha…

  • UltraChart designer bug?

    Apologies to the group if somehow this is a known issue; I searched the Infragistics sites but didn't find confirmation.  In fact it may not be a bug but some unfortunate result due to my misuse of the framework...

    Background:
      -  Using  NetAdvantage…