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

Radial Gauge HalfCircle Style ( Want to change the backround color of the Half Circle guage)

3 Answers 70 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
vijay
Top achievements
Rank 1
vijay asked on 19 Jul 2010, 07:40 AM

 

Hi All,

Very urgent please try to give me the replay as soon as  possible.

I am working on guages, now using the Radical Guage Half Circle.
My requirement is to change the background color of the guage by default it was Black now i want to change it to Blue.

For this i am trying to change the styles already defend by the control "
RadialGaugeHalfCircleNStyle" but this is already defined and unable to handle that one so please help me how to change the background color now.




Thanks
VIjay
Kommalapati

3 Answers, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 19 Jul 2010, 11:23 AM
Hello vijay,

Using the latest SP2 version of the Gauge control, you can set the following properties in order to change the background color:

<telerik:RadGauge Height="210" Width="367">
    <gauge:RadialGauge OuterBackground="DarkBlue"
                 Background="Blue"
                 OuterBorderBrush="Black"
                 BorderBrush="White"
                 Style="{StaticResource RadialGaugeHalfCircleNStyle}">
    ...
    </gauge:RadialGauge>
</telerik:RadGauge>


Sincerely yours,
Sia
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
vijay
Top achievements
Rank 1
answered on 19 Jul 2010, 02:03 PM
Thanks a lot for given very quick replay
it is working now and let me ask one more question
In the Guage in the middle i am placing one textblock and using with the textblock i am displaying the present guage value
it is working fine and able to bind the value to the textblock.
and my issues is because of the needle we can not see the textblock value properly and appearing textblock is down and needle is up means needle is docking the textblock value
so my requirement is i want to bring the textblock UP 


Thanks
Vijay
Kommalapati
0
Sia
Telerik team
answered on 21 Jul 2010, 01:32 PM
Hi vijay,

Why don't you use the built-in numeric indicator? Please reference to some of the Gauge examples, where you can see how to use it. By setting different values for the Top and the Left property you can easily change its position.

Kind regards,
Sia
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Gauge
Asked by
vijay
Top achievements
Rank 1
Answers by
Sia
Telerik team
vijay
Top achievements
Rank 1
Share this question
or