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.
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.