Hi,
I would like to apply some formatting to a NumericalAxis, without changing the underlying value that is represented. In this case I would like all values of the axis to be converted into their absolute value (apply Math.Abs() to all the labels), but I am not sure how.