Hello,
I'm using a scatter series to display a data set on a chart, and I'm running into a strange behaviour with the y-axis when the values are very small.
Down to about 2e-6, the graph works as expected. However, with values of 1e-7 and smaller, all of a sudden the y-axis only displays labels halfway up the axis, all of them "0", and the points are mapped above the end of the y-axis labels (although the data points still have the correct values). The values being mapped to YValue are doubles, which I thought can handle numbers this small. Is this a limitation of the chart? Should I be using a different data type for the YValue to map values this small?
Thank you.
Maria
I'm using a scatter series to display a data set on a chart, and I'm running into a strange behaviour with the y-axis when the values are very small.
Down to about 2e-6, the graph works as expected. However, with values of 1e-7 and smaller, all of a sudden the y-axis only displays labels halfway up the axis, all of them "0", and the points are mapped above the end of the y-axis labels (although the data points still have the correct values). The values being mapped to YValue are doubles, which I thought can handle numbers this small. Is this a limitation of the chart? Should I be using a different data type for the YValue to map values this small?
Thank you.
Maria