I have a logarithmic scale on a series from 0 to 15000. I found that one of my values is 0.05 and does not show up on the chart. Is there a way I can get small values like that to show up on a chart but still allow for values as large as 15k be displayed without pushing all the "normal" values all the way to the bottom of the chart?
For a little background we are displaying fluid deliveries so the values range quite a bit based on units as type. Trying to utilize the full space of the chart.
Hi,
You mentioned that you have a logarithmic scales series.
Are you setting the NumericYAxis IsLogarithmic property to true? Are you using the LogarithmBase value? You might want to take a look at the xamDataChart sample for Axes > Axis Scale.
Sorry. I should have given more detail. I am using the NumericYAxis and the IsLogarithmic property is true. I did not set the LogarithmBase value (assumed there is a default) though but I didn't think that would affect the chart as the values approach 0 or am I incorrect?