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

Using gauge in Telerik report

5 Answers 222 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alexandre
Top achievements
Rank 1
Alexandre asked on 13 Sep 2011, 04:05 PM
Hi,

Is there a way to add a gauge chart in a Telerik report? It is really important for us...

Thank you

Alex

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Sep 2011, 01:03 PM
Hello Alexandre,

There are no gauges in the current version of Telerik Reporting. We have plans to improve the chart item and would consider implementation of gauges for a future version of the product.

In the meantime you can use a 3rd party gauge control, save it to an image and use it via the PictureBox inside the report.

Kind regards,
Peter
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Giancarlo
Top achievements
Rank 1
answered on 21 Nov 2011, 02:06 AM
please attach an example To achieve this with Reporting Telerik for ASP.NET

Thanks
0
Steve
Telerik team
answered on 21 Nov 2011, 08:59 AM
Hi Giancarlo,

Every Gauge component produces images and thus if you have a 3rd party library/component that can create the gauges you desire, then you can use our PictureBox item to show this image. For example you can define a user function that returns the image and feed the picturebox item with it e.g.:
Copy Code
Copy Code
public static Image GetGaugeImage()
{
    // This is pseudo code
    MyGauge gaugeEngine = new MyGauge()
    //set up the gauge here
    return gaugeEngine.GetImage();
}

And use this UserFunction in the PictureBox Value expression:

    = GetGaugeImage()

Kind regards,
Steve
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

0
Senthil
Top achievements
Rank 1
answered on 11 Oct 2018, 08:52 PM
It is 2018, do you guys have Gauge now in Telerik Reporting library? I could not find one. 
0
Silviya
Telerik team
answered on 16 Oct 2018, 11:14 AM
Hi Senthil,

Gauge controls as the RadGauge support animation and other features which are not proper for a static document as a report should be. We can suggest you to use already rendered image of a gauge in a PictureBox item within the report definition. 

For future versions of Telerik Reporting, a feature request is already available in our Feedback & Ideas portal (Introduce gauges report item) and you can vote for it. In future versions of our product we consider for implementation the most demanded features, so if it has more votes, we'll move it up in our implementation list.

Regards,
Silviya
Progress 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
General Discussions
Asked by
Alexandre
Top achievements
Rank 1
Answers by
Peter
Telerik team
Giancarlo
Top achievements
Rank 1
Steve
Telerik team
Senthil
Top achievements
Rank 1
Silviya
Telerik team
Share this question
or