Sign in to follow this  
havey

remove gradients on area

Recommended Posts

I can't seem to remove the gradient when renderAs='Area' , combined with using yAxisMaxValue='50'

Any suggestions to prevent a gradient on an area?

Thanks

this is the xml for MSCombi2D.swf:

<

chart

legendBgColor

='F3F3F3'

palette='1' rotateNames="1" areaOverColumns='0'

showBorder='1'

bgAlpha='3'

canvasBorderThickness='1'

canvasBorderAlpha='30'

canvasPadding='0'

caption='Cardio-Pulmonary Fitness'

showvalues='0'

yAxisValuesPadding='13'

showYAxisValues='1'

seriesNameInToolTip='1'

anchorAlpha='100'

anchorBgColor='000000'

anchorRadius='4'

yAxisMinValue

='25'

yAxisMaxValue='50'  --> when i add this gradient appears

adjustDiv='11'

numDivLines='4'

placeValuesInside='1'

divLineAlpha='0'

lineAlpha='100'

slantLabels='1'

formatNumberScale='1'

decimals='1' forceDecimals='1'

>

<

categories>

<

category label='Nov/06' />

<

category label='Jun/07' />

<

category label='Feb/08' />

</

categories>

<

dataset color='0066FF' seriesNameInToolTip='1' seriesName='Excellent' renderAs='Area' parentYAxis='S' showPlotBorder='0'>

<

set value='50.0' />

<

set value='50.0' />

<

set value='50.0' />

</

dataset>

<

dataset color='66CC00' seriesNameInToolTip='1' seriesName='Very Good' renderAs='Area' parentYAxis='S' showPlotBorder='0'>

<

set value='46.9' />

<

set value='46.9' />

<

set value='46.9' />

</

dataset>

<

dataset color='E6E600' seriesNameInToolTip='1' seriesName='Good' renderAs='Area' parentYAxis='S' showPlotBorder='0'>

<

set value='40.9' />

<

set value='40.9' />

<

set value='40.9' />

</

dataset>

<

dataset color='FF9900' seriesNameInToolTip='1' seriesName='Fair' renderAs='Area' parentYAxis='S' showPlotBorder='0'>

<

set value='35.9' />

<

set value='35.9' />

<

set value='35.9' />

</

dataset>

<

dataset color='FF0000' seriesNameInToolTip='1' seriesName='Needs Improvement' renderAs='Area' parentYAxis='S' showPlotBorder='0'>

<

set value='29.9' />

<

set value='29.9' />

<

set value='29.9' />

</

dataset>

<

dataset color='000000' toolTipBgColor='FFFFFF' toolTipBorderColor='000000' showToolTip='1' showValues='1' renderAs='Line' lineThickness='3' seriesName=''>

<

set value='34.1' />

<

set value='30.2' />

<

set value='32.6' />

</

dataset>

<

styles>

<

definition>

<

style name='myAnim' type='animation' param='_alpha' start='0' duration='1'/>

<

style name='myLegendFont' type='font' size='10' color='000000' bold='0' />

</

definition>

<

application>

<

apply toObject='Legend' styles='myLegendFont' />

<

apply toObject='Legend' styles='myAnim' />

</

application>

</

styles>

</chart>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this