vivek 0 Posted January 22, 2008 Report Share Posted January 22, 2008 Hi I am just wondering is there any method to control the values of X axis.I mean is there any way by which i can control that X axis would display a particular set of values only for a particular condition for example i want X axis to display minimum and maximum sales value for a particular customer who has number of records in the database and i want to see charts with seperate values of sales for all these kinds of customers Therefore if i have 3 customers then i want to see 3 charts(which of course is static and will be made in design time) with different values of customers thanks regards vivek Quote Link to post Share on other sites
Frank 0 Posted January 23, 2008 Report Share Posted January 23, 2008 I see two options: 1) Use panes instead of 3 charts. This way the X-Axis will be shared by all series. 2) To synchronize the X-Axis of all three charts, you have to make them the same width and set the AxisX.Min and AxisX.Max to the same value for all three. Quote Link to post Share on other sites
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.