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