Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Secondary axis's label
posted

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

 

Parents
No Data
Reply
  • 28496
    Offline posted

     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.

Children
No Data