This question is locked. New answers and comments are not allowed.
Hello Team,
We are using RadChart control to show Revenue and Unit graphs.In graph we have two series like VTB and YOY and we are trying to customize the Y-Axix scale values based on Min and Max values of VTB and YOY .We are able to get Min and Max values of VTB and YOY and set range as below.
ChartArea chartArea = objChartArrayMTD.BarChart.DefaultView.ChartArea;
chartArea.AxisY.AutoRange = true;
MinVal=-56 and MaxVal=50 and Step=25
chartArea.AxisY.AddRange(MinVal, MaxVal, step);
Once we set values like above me are missing 0 in Y-Axis values.Can you please send me solution ASAP?
We are using RadChart control to show Revenue and Unit graphs.In graph we have two series like VTB and YOY and we are trying to customize the Y-Axix scale values based on Min and Max values of VTB and YOY .We are able to get Min and Max values of VTB and YOY and set range as below.
ChartArea chartArea = objChartArrayMTD.BarChart.DefaultView.ChartArea;
chartArea.AxisY.AutoRange = true;
MinVal=-56 and MaxVal=50 and Step=25
chartArea.AxisY.AddRange(MinVal, MaxVal, step);
Once we set values like above me are missing 0 in Y-Axis values.Can you please send me solution ASAP?