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
1060
Y2 Axis Labels on 3D chart problem
posted

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

Parents
No Data
Reply
  • 53790
    posted

    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

     

    Video038.rar
Children