Menu

How to fix the scale of X-axis scale

Help
tktiau
2009-11-03
2012-09-19
  • tktiau

    tktiau - 2009-11-03

    How to fix the scale of X-axis scale? For example, I would like to display 0,
    100, 200, 300 for X-axis.

    Thanks.

     
  • Gacek

    Gacek - 2009-11-04

    myPane.XAxis.Scale.Min = 0;

    myPane.XAxis.Scale.Max = 300;

    myPane.XAxis.Scale.MajorStep = 100;

    or, if you want to have some margins at the top and bottom:

    myPane.XAxis.Scale.Min = -10;

    myPane.XAxis.Scale.Max = 310;

    myPane.XAxis.Scale.MajorStep = 100;

     
  • tktiau

    tktiau - 2009-11-04

    Hi gacko, thanks for the input.

    Really appreciate your efforts and time to answer our questions.

     
  • Gacek

    Gacek - 2009-11-04

    All pleasure is mine ;) I still believe, that one day ZG will be alive again
    :D

     

Log in to post a comment.

MongoDB Logo MongoDB