Jump to content
Software FX Community

Date as X Axis , how to stop the automatic step calculation ?


ranjan_rai

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...