While drawing the X axis some values is appearing twice and also scaling is not correct. Please refer the screenshot.
Please note I am using version 2.3 and asp.net 2.0, “FC_2_3_StckdColumn_MSLine_DY_2D.swf" and my graph header is looks like below
stbTest.Append(
"<graph PYAxisName='No of complaints' xaxisname=' Year' SYAxisName='Response time Percentage' caption='Complaints registered by ' subcaption='" + caption + "' shownames='1' showvalues='0' showLegend='1' rotateNames='1' formatNumberScale='1' decimalPrecision='2' limitsDecimalPrecision='0' divLineDecimalPrecision='0' formatNumber='1' chartTopMargin='15' SYAxisMaxValue='100' SYAxisMinValue='0'>");Can you please tell which property should I apply to
(a)Sync with primary Y axix with seconday Y axis (b)Supress duplicate value in primary Y Axis
The following is the detail XML feed to the SWF file whose seconday Y axis is not in sync with primary Y axix
<graph PYAxisName='No of complaints' xaxisname='Year' SYAxisName='Response time Percentage' caption='Complaints registered by ' subcaption='Test Region - Test SO Commercial Units' shownames='1' showvalues='0' showLegend='1' rotateNames='1' formatNumberScale='1' decimalPrecision='2' limitsDecimalPrecision='0' divLineDecimalPrecision='0' formatNumber='1' chartTopMargin='15' SYAxisMaxValue='100' SYAxisMinValue='0'>
<categories>
<category name='2008'/>
</categories>
<dataset seriesname='minor Complaint' showValues='0' color='0099FF' parentYAxis='P' >
<set value='0'/>
</dataset>
<dataset seriesname='major complaint' showValues='0' color='66CC66' parentYAxis='P' >
<set value='4'/>
</dataset>
<dataset seriesname='LTE 1 week' showValues='0' color='CD6AC0' anchorBorderColor='FF5904' parentYAxis='S' lineThickness='2'>
<set value='0'/>
</dataset>
<dataset seriesname='LTE 2 weeks' showValues='0' color='FF5904' anchorBorderColor='996600' parentYAxis='S' lineThickness='2'>
<set value='50'/>
</dataset>
<dataset seriesname='LTE 3 weeks' showValues='0' color='996600' anchorBorderColor='CCCC00' parentYAxis='S' lineThickness='2'>
<set value='100'/>
</dataset>
<dataset seriesname='LTE 1 month' showValues='0' color='CCCC00' anchorBorderColor='999999' parentYAxis='S' lineThickness='2'>
<set value='100'/>
</dataset>
<dataset seriesname='LTE 3 months' showValues='0' color='999999' anchorBorderColor='0099CC' parentYAxis='S' lineThickness='2'>
<set value='100'/>
</dataset>
<dataset seriesname='LTE 6 months' showValues='0' color='0099CC' anchorBorderColor='FF0000' parentYAxis='S' lineThickness='2'>
<set value='100'/>
</dataset>
</graph>
The following is the detail XML feed to the swf file whose primary Y axis is appearing as twice
<graph PYAxisName='No of complaints' xaxisname='Year' SYAxisName='Response time Percentage' caption='Complaints registered by ' subcaption='APR - China Commercial Units' shownames='1' showvalues='0' showLegend='1' rotateNames='1' formatNumberScale='1' decimalPrecision='2' limitsDecimalPrecision='0' divLineDecimalPrecision='0' formatNumber='1' chartTopMargin='15' SYAxisMaxValue='100' SYAxisMinValue='0'>
<categories>
<category name='2008'/>
</categories>
<dataset seriesname='1st line Complaint' showValues='0' color='0099FF' parentYAxis='P' >
<set value='0'/>
</dataset>
<dataset seriesname='2nd Line /System complaint' showValues='0' color='66CC66' parentYAxis='P' >
<set value='2'/>
</dataset>
<dataset seriesname='LTE 1 week' showValues='0' color='CD6AC0' anchorBorderColor='FF5904' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
<dataset seriesname='LTE 2 weeks' showValues='0' color='FF5904' anchorBorderColor='996600' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
<dataset seriesname='LTE 3 weeks' showValues='0' color='996600' anchorBorderColor='CCCC00' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
<dataset seriesname='LTE 1 month' showValues='0' color='CCCC00' anchorBorderColor='999999' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
<dataset seriesname='LTE 3 months' showValues='0' color='999999' anchorBorderColor='0099CC' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
<dataset seriesname='LTE 6 months' showValues='0' color='0099CC' anchorBorderColor='FF0000' parentYAxis='S' lineThickness='2'>
<set value='40'/>
</dataset>
</graph>
Regards,
Moulesh

Back to top
MultiQuote