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

Setting font from CS.

1 Answer 27 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 12 Mar 2013, 01:00 AM
Hello,

How can we set the font of RadGauge scale text from code behind? I am unable to find any Font property in the visual studio itellisense.

Thank you,
Antony.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 12 Mar 2013, 04:45 AM
Hello Antony,

Please have a look into the following C# code to set the font from code behind.

C#:
RadLinearGauge1.Scale.Labels.Font = "12px Times New Roman,Helvetica,sans-serif" ;

Thanks,
Princy.
Tags
Gauge
Asked by
Antony
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or