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;
This behavior is not fully supported by the chart. However, we will try to get this fixed for the next service release as we already do have a work item for this.
Thank you for reply~!!
I hope to use new release ASAP...