User (Legacy) Posted January 28, 2002 Report Share Posted January 28, 2002 Hi,there: For the XY chart I created, only X value for each point in the chart were displayed. Although I assigned the value of Y label for each point, I could not display them in the chart. What should I do? Thanks, Danqing Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 29, 2002 Report Share Posted January 29, 2002 The value of the Y Label is not associated to a point but to a value in the Y-Axis, using the LabelValue property, you can control the relationship between the label index (0,1,2,....) and the actual value in the axis. For example, if your scale goes from 0 to 200, you can assign 20 labels and LabelValue = 10, this way you will have labels for 10,20,30,40, and so on, if you then select a Step that is a Multiple of 10, then you'll get the labels. For more info check the help files and KB for LabelValue. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.