Currently, the axis label for null values appears as a "1". I'm guessing that's the dimension number. Is there a way to format the axis label for null values with something like "Null" or blank. The "1" is confusing since it isn't a real value.
I'm using xamChart version 9.1.
most likely it is the position of the point on your label axis, i.e. the point that is null is also the first point so it gets a "1." is this the case? if not, could you explain in a little more detail and perhaps give some steps to reproduce or a sample?
there isn't a way to override this labelling behavior, other than changing the datasource itself.
Thanks, in this case I can easily change the datasource to return some value such as "Null".