Any ideas to change the scale on Y-axis like -
25000 = 2.5
10000 = 1.0
I've tried with -
**********************************************************************
C1WebChart1.ChartArea.AxisY.UnitMajor = 1.0 / 1000
C1WebChart1.ChartArea.AxisY.UnitMinor = 1.0 / 1000
**********************************************************************
But, it is not showing me the ValueLables on Y-axis
Thanks in advance.
Pragati