I have a chart which needs 2 Y axis. If I use the Column Chart for example it works.
However if I change it to ColumnChart3D, the left Axis (y) is ok, but the Y2 axis, to the right, all the axis labels are printed one on top of the other.
Am I missing something ?
thanks
Fred
Hello Fred,
If you want to achieve desired behavior you should set both properties to True:
- Y2.Labels.Visible=true;
- Y2.Visible = true;
Please take a look at the attached video file for more details.
Regards
This is what I get..
see on the right, the number are like all typed one on top of another
Could you please tell me what is your current version. Do you have any installed service release and which one. I made my test sample with the latest version and service release - 12.1.20121.2038 and everything works properly. If you are using older version, could you please try to download and install the latest available service release. You could download it from our site: Infragistics.com -> Accounts -> My Keys and Downloads.
Let me know if you have any questions.
the problem remaining is that 2 columns will have huge numbers in the 10000 and the last one small numbers
So i would like first two to be on different scale (y) that last one (y1) so last column is not dwarfed by the scale
Quote
looked at your sample.. thanks.. very close i think
Here is the sample
Could you please take a look at the attached sample and if you think that I didn`t reproduce your scenario, please feel free to modify this sample to reproduce your scenario and issue and revert it back to me. I`ll be glad ot research your issue.
Let me know if you have any questions
What if my data in like so
Does your method still applies ?