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

Customize Gauge Niddle

2 Answers 107 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 16 May 2012, 04:16 PM
Hi there,

Can i know, how to customize Radial Gauge Niddle color?

Thanks,
Rajesh.C

2 Answers, 1 is accepted

Sort by
0
Axe
Top achievements
Rank 1
answered on 27 Jun 2012, 07:13 AM
Need this as well. Thanks
0
Iliana Dyankova
Telerik team
answered on 27 Jun 2012, 10:05 AM
Hello guys,

You could change the color of the pointer in Kendo UI Radial Gauge via the color configuration option of the pointer. For example: 
$("#gauge").kendoRadialGauge({
    pointer: {
        color: "red"
    },
 //....
});

More detailed information about the widgets and their properties is available in our online documentation.

 

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Gauges
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Axe
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or