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
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.
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