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

Fuel Guauge is it possible ASP.NET Ajax

1 Answer 47 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 02 Aug 2015, 05:55 PM

I was wondering if their was a way to produce something simliar to the 90 dregree radiual guage that devxpress offers I am trying to get me customer to buy telerik of use. For his future projects. I am using demo version asp.net ajax

If anyone knows what i mean like the fuel guage in peoples cars.     

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 04 Aug 2015, 11:04 AM
Hi,

RadGauge for ASP.NET AJAX enables you to customize the start and end angle of the scale as well as the ranges in accordance with your requirements. Here is a sample that is is showing an approach similar to your request: http://screencast.com/t/HWxvcWwUGtk.
Here is the configuration of the control:

<telerik:RadRadialGauge runat="server" >
        <Scale StartAngle="45" EndAngle="135" Min="0" Max="10">
            <Ranges>
                <telerik:GaugeRange Color="Red" From="0" To="2" />
                <telerik:GaugeRange Color="Green" From="2" To="10" />
            </Ranges>
        </Scale>
    </telerik:RadRadialGauge>
I hope you will find also the following resources useful:

http://demos.telerik.com/aspnet-ajax/gauge/examples/types/radialgauge/defaultcs.aspx
http://docs.telerik.com/devtools/aspnet-ajax/controls/gauge/gauge-types/radial
http://demos.telerik.com/kendo-ui/radial-gauge/car-dashboard

Regards,
Misho
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Gauge
Asked by
David
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or