bjewell Report post Posted March 30, 2010 Hi, Using the angular gauge, I've managed to get the value textbox (valueBelowPivot) to show up. However, I need to set a size (i.e., width and height) on the textbox, and also modify the font of the value in the textbox to make it more readable. How can I do this? My XML file is enclosed. Thanks for the help --Brian XML: <?xml version="1.0" encoding="UTF-8"?> majorTMNumber='11' majorTMColor='FFFFFF' majorTMHeight='8' minorTMNumber='5' minorTMColor='FFFFFF' minorTMHeight='3' toolTipBorderColor='FFFFFF' toolTipBgColor='333333' chartLeftMargin='0' chartRightMargin='0' chartTopMargin='0' chartBottomMargin='0' gaugeOuterRadius='80' gaugeOriginX='100' gaugeOriginY='100' gaugeScaleAngle='270' placeValuesInside='1' gaugeInnerRadius='80%' annRenderDelay='0' gaugeFillMix='' pivotRadius='10' showPivotBorder='0' pivotFillMix='{CCCCCC},{333333}' pivotFillRatio='50,50' valueBelowPivot='1' showShadow='0' refreshInterval="4"> borderAlpha='0' baseWidth='10'/> endAngle='360' fillColor='CCCCCC,111111' fillPattern='linear' fillAlpha='100,100' fillRatio='50,50' fillAngle='-45'/> endAngle='360' fillColor='111111,cccccc' fillPattern='linear' fillAlpha='100,100' fillRatio='50,50' fillAngle='-45'/> endAngle='360' color='666666'/> Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 31, 2010 Hi, Please try applying "Styles" on the "value" object using the font attribute for the same. Please refer to the link below for further details on the same:- Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Styles/Font.html Hope this helps. Share this post Link to post Share on other sites