i have a chart with dates on X-axis , Chart is bound to a dataSource and there are 700 items .
with the default settings all the dates are displayed as labels and there is a overlap of labels on X-axis.
what i want to do is have only three labels on x-axis.
1) at start i.e Min of Dates (the x-axis starts from here)
2) at end i.e Max of Dates (the x-axis Ends here)
3) at the middle (approximately) (between the min and max date)
in Chart wizard, labels can be added to axis manually . but it only accepts INT's.
How can i achieve this with dates?
below is the code generated by the designer while adding labels manually for INT Data types