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

ASP.NET Guage with Two SemiCircular Guages on left and right and one circular guage at the center ?

2 Answers 88 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
bharathi
Top achievements
Rank 1
bharathi asked on 16 Sep 2016, 11:13 AM

Hi Sir / Madam,

Thanks in Advance

I have a challenging task to do i need to do a guage like Ship_trim.png and using west east orientation i got two guages in west and east . width of the guages are

too lengthy how can i make aguage like Ship_trim.png . Please Help me .

2 Answers, 1 is accepted

Sort by
0
bharathi
Top achievements
Rank 1
answered on 16 Sep 2016, 11:23 AM

I have Uploaded Wrongly Here is the Correct One .

Attachment File of Original Guage is Here Like this Guage I need To Do it in ASP.Net Telerik Is it Possible to do it in Telerik without using Kendo UI,SilverLight,WPF

0
Marin Bratanov
Telerik team
answered on 21 Sep 2016, 08:34 AM

Hibharathi,

You can place the gauges in a <div> with the desired positioning and use their StartAngle and EndAngle properties. For example:

<telerik:RadRadialGauge runat="server" ID="rrg1">
    <Scale StartAngle="-90" EndAngle="90"></Scale>
</telerik:RadRadialGauge>
<telerik:RadRadialGauge runat="server" ID="rrg2">
    <Scale StartAngle="90" EndAngle="270"></Scale>
</telerik:RadRadialGauge>

You can read more about the available configuration options in the following article so you can use them to get the desired scenario: http://docs.telerik.com/devtools/aspnet-ajax/controls/gauge/server-side-programming/overview

The labels are horizontal and cannot be rotated to face the dial and there is no provision for such a curved label, so you will need to either have it done as an image, or otherwise implement and position it outside of the gauge. 

Regards,

Marin Bratanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Gauge
Asked by
bharathi
Top achievements
Rank 1
Answers by
bharathi
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or