ranjan_rai Posted July 14, 2009 Report Posted July 14, 2009 I have X axis of the chart containing dates. I am excluding weekends in the data. However chartFX automatically calculates the step for the dates which causes: 1. The X axis labels showing the weekend dates which I donot want 2. Data to have gaps, since I have not supplied values for weekends. What is the way to prevent this? Quote
Frank Posted July 21, 2009 Report Posted July 21, 2009 Instead of passing the dates as X-Values pass them as labels. This way they will be treated as simply strings and not as DateTime values. If you are doing DataBinding, simply change the FieldUsage to FieldUsage.Label, if you are using the API, use chart.Data.Labels. Quote
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.