This is a migrated thread and some comments may be shown as answers.

Missing Zero in Y-Axis range

1 Answer 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Madhan
Top achievements
Rank 1
Madhan asked on 14 Sep 2012, 06:21 AM
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?

 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Sep 2012, 06:23 AM
Hi,

 I'm not sure how your question is related to RadGridView. Please post your question in the relevant forum category!

All the best,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
GridView
Asked by
Madhan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or