hi,
how can i change the font size, font family, etc. for the labels of the gauge. there is a property called font, but i cant get it to work.The font brush property seems to work fine.Thanks
I'm glad to hear that.
Feel free to contact me if you have other questions or concerns.
thanks, it is working fine.
Hello Amos,
Sorry, I didn't notice you have posted in IgniteUI section.
To set the font of igRadialGauge, you should use the "font" property, for example:
$('#radialgauge').igRadialGauge("option", "font", "normal normal 28px/normal 'Courier New'");
Please don't hesitate to ask if you have any questions.
thanks for the quick response.
You gave me a link to a winform example, where you can create a System.Drawing.Font object.I am using the Jquery gauge, and i don't know how to create a font object in javascript.I found out that that font size changes, when i change the font size for the body element of the document, but this is limiting my design choices.thanks
Hi Amos,
I would suggest you to have a look at the following article: http://help.infragistics.com/Help/NetAdvantage/WinForms/2013.1/CLR4.0/HTML/WinGauge_Creating_a_Radial_Gauge_Using_Code.html. Specifically, look at 7. Setting the Label properties, where the font is set.
Let me know if you have any further questions.