Hi all,
Can anybody tell me that how to display a caption in a AngularGauge?
I write a data xml like this:
<chart caption='曝光达成率' subCaption='曝光达成率' showBorder='0' bgColor='FFFFFF' lowerLimit='0' upperLimit='200' gaugeStartAngle='180' gaugeEndAngle='0' palette='1' numberSuffix='%' tickValueDistance='20' showValue='1' >
<colorRange>
<color minValue='0' maxValue='90' code='FF654F'/>
<color minValue='90' maxValue='160' code='F6BD0F'/>
<color minValue='160' maxValue='200' code='8BBA00'/>
</colorRange>
<dials>
<dial value='92' rearExtension='10'/>
</dials>
</chart>
But it dose not display the caption or subcaption.I want to display sth. in the middle of the AngularGauge.The attachment is what I want.
Can anybody help me ?
TNS!!
Boris