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
130
Display Reverse(Max -> Min) Y axis.
posted

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

-70.5

3 month

-66.8

4 month

-66.3

5 month

-64.8

6 month

-64.7

7 month

-64.9

8 month

-64.9

9 month

-65

10 month

-65

 

y2.RangeMin = -80;

y2.RangeMax = -60;

y2.TickmarkInterval = 5;

 

y2.RangeMin = -60;

y2.RangeMax = -80;

y2.TickmarkInterval = 5;

 

Parents
No Data
Reply
  • 26458
    Offline posted

    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.

Children