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
555
Displaying non-numeric axis values
posted

Is it possible to have the x or y axis display non-numeric values? For example, I want my x axis to display 1A, 2A... 9P, 11P etc. in logical order (or an order of my choosing). Does UltraChart have something similar to the UltraGrid's sort comparer? This is for a scatter chart.

 

Parents
No Data
Reply
  • 28496
    Offline posted

    your data must contain numeric values.  if you just want to change the axis labels to 1A, 2A, etc, that's easy-- just check out the documentation topics for IRenderLabel.

    but if your data values are not numeric, you need to translate them into numbers somehow.

Children
No Data