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

Invert Y Axis in Telerik Reporting Charts

3 Answers 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Irshad
Top achievements
Rank 1
Irshad asked on 14 May 2012, 07:03 AM
Hi,

I am using Telerik Reporting Q3 2010 Licensed. I have been trying to invert Y Axis on the chart as per my requirement. I am trying to invert y axis on the chart but i could'nt. Please suggest how to do that.

Thanks

Irshad

3 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 15 May 2012, 01:00 PM
Hi Irshad,

The chart item in Telerik Reporting uses the engine of RadChart for ASP.NET AJAX which does not support such functionality. You can simulate it by following these key points:
  • Populate the chart with negative values, this will affect the axis too - it will show negative values with 0 at the top.
  • Set Custom Format Strings (http://msdn.microsoft.com/en-us/library/0c899ak8.aspx) to the property CustomFormat of the YAxis. What you need is the "##;##" custom format - this will suppress the "-" sign for negative values. You can set it like this:

    myRadChart.PlotArea.YAxis.Appearance.CustomFormat = "##;##";
Hope this helps.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Irshad
Top achievements
Rank 1
answered on 17 May 2012, 08:16 AM
Hi,

Thanks Steve for the immediate response. I really appreciate.
I have another roadblock. I am using candle stick chart items in my application. In that chart, the candle stick needs to be shown as dashed line and anchors (arrow) on top and bottom ends. Please suggest some ideas.

Thanks,
Irshad
0
Steve
Telerik team
answered on 18 May 2012, 03:08 PM
Hi Irshad,

Unfortunately the chart item does not have such functionality and we cannot offer a workaround either.

All the best,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Irshad
Top achievements
Rank 1
Answers by
Steve
Telerik team
Irshad
Top achievements
Rank 1
Share this question
or