Hi,
I am working with Candle Chart and facing two issue with it.
1. There are total two values on X-Axis and volume chart is only visible for one. Where values of volume chart for both are set 1500 & 1400.
2. On X-Axis if i set the orientation of labels to custom 45 degree, than labels are overlapping with chart area.
I have attached a sample solution with the post.
Thanks.
Thanks for attached sample.
heuristic130 said: 2. On X-Axis if i set the orientation of labels to custom 45 degree, than labels are overlapping with chart area.
Maybe you could set :
this.ultraChart1.Axis.X.Labels.VerticalAlign = StringAlignment.Far;
heuristic130 said:1. There are total two values on X-Axis and volume chart is only visible for one. Where values of volume chart for both are set 1500 & 1400.
Please take a look at the attached video file for more details and let me know if you have any questions.
Regards
Have you been able to resolve your issue ? Did you try mu suggestions from attached video file. Let me know if you have any questions.
The mentioned behavior is expected because we are using one and the same Y axis for both charts (candles and volume chart) . The second volume chart is visible, but it is too thiny and it is over your X axis. If you want to achieve desired behavior you should set Range properties of your Y axis. Please take a look at the modifications that I made into your sample
Actually ur not getting my point. Red & Green candles are visible to me also. Whereas vertical blue bar representing volume is not visible for the second row. And it is also not visible at your end as per seen in the video.
if you see the data i m binding with the graph, last column name = 'Volume' with values 1500 & 1400 for both rows. I am talking about these values.
First value of 1500 is plotting on the graph in blue vertical bar whereas second value 1400 is not.
Yes i am also working with the same version of Infragistics.
Kindly do inform me in case you didn't get my issue, so i can try to elaborate it further to you.
Thanks
Thanks for attached sample. I try to reproduce your issue, but without success. Please note that I`m using the latest version 12.1.20121.2008
Could you please take a look at the attached video file and let me know if you think that I miss some specific steps to reproduce your issue.
Let me know if you have any questions.
Thanks for the reply. First issue as been resolved as per you suggested.
For second issue, i have attached another code sample. Just check it. Here Volume bar of second row is not properly visible. If i increase the zoom it remains as it is.