Hello,
I have 1 question about the UltraChart.
Normal case(Min -> Max) can display label on Y axis.
But reverse case(Max -> Min) can't display label on Y axis.
I want display label on Y2 label from Max to Min.
Plz reply for me A.S.A.P.
UltraChart
Y axis : Line Chart Label
Y2 axis : Column Chart Label
Column Chart DataTable
Term
Value
1 month
-70.5
2 month
3 month
-66.8
4 month
-66.3
5 month
-64.8
6 month
-64.7
7 month
-64.9
8 month
9 month
-65
10 month
y2.RangeMin = -80;
y2.RangeMax = -60;
y2.TickmarkInterval = 5;
y2.RangeMin = -60;
y2.RangeMax = -80;
hi~
I have update version ( Version=9.2.20092.1003 ) and apply it my application.
don't fix it... yet?
When can i apply?
Unfortunately, this is not fixed yet. As a workaround, you would have to handle FillSceneGraph event and display Text primitives along the axis. If you contact developer support, they can notify you when a fix becomes available.