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

Multiple x-axis or y-axis

13 Answers 142 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
aneesh
Top achievements
Rank 1
aneesh asked on 03 Apr 2009, 12:41 PM
Hi,

Is it possible to add multiple x-axis or y-axis in rad chart?

Thanks

13 Answers, 1 is accepted

Sort by
0
Dessy
Telerik team
answered on 06 Apr 2009, 07:31 AM
Hi aneesh,


We support multiple Y Axis - which will assist you in achieving the desirable functionality:

RadChart1.PlotArea.YAxis
RadChart1.PlotArea.YAxis2

For more information about YAxis and YAxis2 you can check our online example

Unfortunately as for multiple X Axis feature, it is currently not included.  

Hope that helps.

Best wishes,

Dessy
the Telerik team

 


Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
chookieeee
Top achievements
Rank 1
answered on 30 Sep 2009, 06:03 PM
Dessy,

Will multiple Y-Axis (or multiple series) be implemented in the future?
If so, do you know what approximate date/release qtr?

Thanks,
Dan
0
Ves
Telerik team
answered on 02 Oct 2009, 10:30 AM
Hi Dan,

I am sorry to say ti - multiple Y axes are not scheduled for implementation. Hope this is not a showstopper.

Best,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Michael
Top achievements
Rank 1
answered on 06 May 2011, 02:32 PM
Hi
Is there any chance to have a third Y axis?
I know in Silverlight is possible, but I'm interested to get the same effect in ASP.Net Ajax chart control.

Thanks!
Dan
0
Ves
Telerik team
answered on 11 May 2011, 03:20 PM
Hello Dan,

I am afraid our plans for RadChart for ASP.NET AJAX do not include this at the moment. Please, accept our apologies for not being able to meet your requirements.

Best regards,
Ves
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
KEYUR
Top achievements
Rank 1
answered on 12 May 2011, 09:19 PM
Hi Telerik Admin,

Below is my scenario for the Chart control for ASP.NET AJAX.

I have a table containing support cases with client IDs. I want to show a list of count of all completed and everything (but completed) cases per client using a bar chart.

My query is returning me the count but when I assign that query as the chart data source it only shows one series. At design time I have specified two series for Y Axis. I have assigned appropriate column names to each series but only one shows up all the time.

My question is whats the best way to show this on a chart? Basically a count of completed and non-completed cases per client.

Thanks,

Keyur
0
Ves
Telerik team
answered on 18 May 2011, 09:52 AM
Hello Keyur,

Please, find attached an example, showing how this scenario is implemented with RadChart. The key here is to provide the desired chart series and set their DataYColumn property. A similar example, but with 1 series is shown here.

Best regards,
Ves
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Kiran
Top achievements
Rank 1
answered on 01 Aug 2014, 06:13 PM
Hi,
Can we put Y axis in center of chart ?
0
Shinu
Top achievements
Rank 2
answered on 04 Aug 2014, 09:32 AM
Hi Kiran,

In order to set the Y Axis Label position to Center try to set the Position property of TitleAppearance in YAxis as follows.

ASPX:
...
<
YAxis AxisCrossingValue="0" Color="Black" MaxValue="1600" MinValue="0" Step="200">
    <TitleAppearance Position="Center" Text="Total" />
</YAxis>
...

Thanks,
Shinu.
0
Kiran
Top achievements
Rank 1
answered on 04 Aug 2014, 09:01 PM
thanks for prompt reply.

I need to use RadChart control in windows form application. Can you please suggest the installer/ dll?
Where I will get wincontrols dll ?
0
Shinu
Top achievements
Rank 2
answered on 05 Aug 2014, 02:55 AM
Hi Kiran,

Please take a look into this link to download UI for WinForms.

Thanks,
Shinu.
0
Kiran
Top achievements
Rank 1
answered on 05 Aug 2014, 10:33 PM
Hi Shinu,

Actaully I need to put Y-axis position in middle of chart (Not at left side or right side of the chart) programatically in C#. I am using wincontrol dll's.

Please advice.

0
Danail Vasilev
Telerik team
answered on 06 Aug 2014, 09:44 AM
Hi Kiran,

I would like to ask you when you open forum threads to choose the proper forum (i.e.,  UI for WinForms Forum and not UI for ASP.NET AJAX Forum) and product. Therefore the corresponding forum members can answer you best.

Thank you for your cooperation.

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart (Obsolete)
Asked by
aneesh
Top achievements
Rank 1
Answers by
Dessy
Telerik team
chookieeee
Top achievements
Rank 1
Ves
Telerik team
Michael
Top achievements
Rank 1
KEYUR
Top achievements
Rank 1
Kiran
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Danail Vasilev
Telerik team
Share this question
or