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

Axis readings and subtitle

3 Answers 97 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
NLV
Top achievements
Rank 1
NLV asked on 12 Feb 2010, 12:55 PM
Hello,

I'm currently working on a report project. I'm using a rdlc and a report viewer control to display reports. I've few chart reports too. I completed the project using the default chart controls available with the rdlc. But i've three issues with the rdlc chart control.

  1. I want to show the Y Axis reading on either sides (both the verticals)
  2. I need to have a subtitle apart from the chart title. The title and subtitle to display in separate lines with their own text formatting.
  3. I want to format the readings shown in the axis. For example, if the readings are 5000, 5100, 5200,.. etc, i want to show them as 5,000, 5,100, 5,200..etc. (or) 5000.00, 5100.00, 5200.00.. etc.

Can RadChart help me in 'all' the above issues?

Thank you.
Regards
NLV

3 Answers, 1 is accepted

Sort by
0
NLV
Top achievements
Rank 1
answered on 15 Feb 2010, 05:04 AM
Sorry, i'm looking for a reporting control. Wrongly posted it here.

Regards
NLV
0
Accepted
Ves
Telerik team
answered on 16 Feb 2010, 10:30 AM
Hello NLV,

The chart item in Telerik Reporting uses the same engine as RadChart for ASP.NET AJAX, so the code in most of the online examples for RadChart for ASP.NET AJAX will be applicable for Telerik Reporting, you will just need to use the Telerik.Reporting.Charting namespace. Onto your questions:
  1. RadChart supports secondary Y axis - you can find an example here.
  2. I am afraid this is not supported.
  3. You can set the RadChart.PlotArea.YAxis.Appearance.ValueFormat property to one of the predefined values in ChartValueFormat.Currency enum or set the RadChart.PlotArea.YAxis.Appearance.CustomFormat property with any valid standard or custom numeric format string.

Regards,
Ves
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
NLV
Top achievements
Rank 1
answered on 17 Feb 2010, 05:53 AM
Thank you for your reply. But i want all the three functionalities implemented. Probably i would suggest you to use a 'Titles Collection' for the chart like Dundas do.

Thank you for your support.
Tags
Chart (Obsolete)
Asked by
NLV
Top achievements
Rank 1
Answers by
NLV
Top achievements
Rank 1
Ves
Telerik team
Share this question
or