Jump to content
Software FX Community

is there any method to assign x axis values programatically


vivek

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...