Hi;
In winform, ASP.NET, and WPF, is it possible to create a custom label that inverse the value if the primiary axis's value?
For example, in primiary axis Y, we have value from 1, 2, 3, 4, 5, then in the secondary axis Y, can we create a custom label, wose value is 1, 1/2(0.5), 1/3(0.3), 1/4(0.25), 1/5(0.2)?
thanks ...
/Cathy
there is no feature to enforce that correlation between the two axes. however, you could achieve this by manually setting the RangeMin, RangeMax, and TickmarkInterval on both axes.