Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1590
Candle Chart - Volume bar is not visible and x-axis label overlapping on chart area
posted

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.

WindowsFormsApplication10.rar
Parents
No Data
Reply
  • 53790
    posted

    Hi,

    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. 
    I think that it is visible.

    Please take a look at the attached video file for more details and let me know if you have any questions.

    Regards

Children