We want to chart with muliple Y axis value. I attached the example format of that chart. Please go through the attachment and provide suggestions. Thank you.
Hello sir, sorry for very late reply. Currently we are using .net framework 2.0. So i cant run your sample application. I try to do the same in my project. Result is not what i expected. I may did something wrong.. can u provide the same in .net framework 2.0..
Hello,
Thank you very much Atanas Popatanassov. And Big sorry for Late replying. Actually we are working in VB.net 2005(.Net Framework 2.0).It will much better if you give a sample VB.net Program.
I am just checking about the progress of this issue. Let me know If you need any further assistance on this matter?
Thank you for using Infragistics Components.
Hello Madhan Mohan,
Thanks from the provided image.
Based on it I assume that the chart type you’re currently using is Composite chart. In order to add multiple axis you could create objects of type AxisItem and just add these object into the chart area of the chart. If you’d like each axis to have different range you could set the RangeType property of the AxisItem to Custom and set some values for the RangeMin and RangeMax properties. More information about the AxisItem class and its properties you could found on the following link:
http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/HTML/Infragistics2.Win.UltraWinChart.v12.1~Infragistics.UltraChart.Resources.Appearance.AxisItem_members.html
I have implemented this suggestion in a simple sample and you could run and evaluate it. Please see attached zip.
Please do not hesitate to contact me if you have any additional questions.
Thank you for using Infragistics components.