MSChart - Plotting Non-numeric value (ie <1.0)
I need to be able to plot (for example) the following values on a chart:
4.5
3.1
5.3
2.1
<1.0
2.5
The value <1.0 is there as we cannot give the exact value if it is less than 1 but we need to display it.
Is there a way of just displaying the datapoint label with '<1.0' as text, or something similar?
Thanks!
Re: MSChart - Plotting Non-numeric value (ie <1.0)
The chart control has the ability to add custom labels, so yes, you should be able to do this. You would add the appropriate custom labels on the X-axis collection.