The data column that I'm using for the x-axis comes with the time of the day (every 15 mins) but it's shown as a fraction of the day like this: 0.25 for 6:00AM, 0.333 for 8:00AM, 0.5 for 12PM, etc.
Instead of showing 0.25, 0.333, 0.5 I would like to show 6:00AM, 8:00AM, 12PM, etc.
Is there a way to do this in the line chart?
If needed I can modify the data column values but I would like to keep it numeric if possible.
Thanks. It works perfectly.
You will want to use the IRenderLabel interface. Take a look at the custom labels section of my blog post.
https://ko.infragistics.com/community/blogs/b/sung_kim/posts/chart-university-chart-101-and-some-201-301-401-stuff