Yeva Hovhsnnisyan

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Yeva Hovhsnnisyan

  1. Hi, I am trying to set lower limit to my linear gaugeusing lowerLimit attribute and it seems that it doesn't work under flash mode. Here is my xml <chart valuePadding='25' placeTicksInside='1' showTickValues='1' bgColor='#FFFFFF' bgAlpha='50' adjustTM='0' majorTMNumber='5' formatNumberScale='1' showBorder='0' upperLimit='60000' lowerLimit='7000' gaugeRoundRadius='5' showLimits='1' minorTMHeight="1.86" majorTMHeight="3.72" ticksBelowGauge='0' placeValuesInside='0' showGaugeLabels='0' valueAbovePointer='0' pointerOnTop='1' pointerRadius='6' chartTopMargin='23.25' chartBottomMargin='41.85' chartLeftMargin='20' chartRightMargin='20' majorTMColor=''><colorRange><color minValue='7000' maxValue='53269.64000000001' code='C60501'/><color minValue='53269.64000000001' maxValue='60000' code='E0F7FF'/></colorRange><annotations><annotationGroup id='Grp1' showBelow='1'><annotation type='rectangle' x='2' y='2' toX='272' toY='93' radius='10' fillColor='CCCCCC 333333 CCCCCC' fillAngle='90'/><annotation type='rectangle' x='5' y='5' toX='267' toY='88' radius='10' fillColor='333333, CCCCCC, 333333' fillAngle='90'/><annotation type='rectangle' x='10' y='10' toX='262' toY='83' radius='10' fillColor='FFFFFF, A3A5A4' fillAngle='180'/></annotationGroup></annotations><styles><definition><style name='valueFont' type='Font' bgColor='333333' size='10' color='FFFFFF'/><style name='ThickFont' type='Font' size='5' color='FFFFFF'/></definition><application><apply toObject="VALUE" styles="valueFont"/><apply toObject="VALUE" styles="valueFont"/></application></styles></chart> I am using HLinearGauge.swf. As you can see lowerLimit is specified as 7000. But in gauge displayed it is always 0. The problem doesn't occur in javascript mode and for both modes when lowerlimit < 0.