As follows:
雷达图.jpg 30.56K
7 downloadsHave such examples can reference? Thanks a lot...
Posted 02 April 2012 - 11:32 AM
<vc:Chart Width="500" Height="300">
<vc:Chart.Titles>
<vc:Title Text="Visifire Radar Chart"/>
</vc:Chart.Titles>
<vc:Chart.Legends>
<vc:Legend HorizontalAlignment="Right" VerticalAlignment="Center"/>
</vc:Chart.Legends>
<vc:Chart.Series>
<vc:DataSeries RenderAs="Radar" Color="LightBlue" LegendText="\n \n \nPlease rate how satisfied \nyou are with the quality of \nthe rsolution">
<vc:DataSeries.DataPoints>
<vc:DataPoint AxisXLabel="Excellent" YValue="0"/>
<vc:DataPoint AxisXLabel="Good" YValue="60"/>
<vc:DataPoint AxisXLabel="Average" YValue="10"/>
<vc:DataPoint AxisXLabel="Poor" YValue="0"/>
</vc:DataSeries.DataPoints>
</vc:DataSeries>
<vc:DataSeries RenderAs="Radar" Color="Red" LegendText="\n \n \n \nPlease rate how satisfied \nyou are with the \ntimeliness of the \nresolution">
<vc:DataSeries.DataPoints>
<vc:DataPoint AxisXLabel="Excellent" YValue="0"/>
<vc:DataPoint AxisXLabel="Good" YValue="90"/>
<vc:DataPoint AxisXLabel="Average" YValue="25"/>
<vc:DataPoint AxisXLabel="Poor" YValue="0"/>
</vc:DataSeries.DataPoints>
</vc:DataSeries>
<vc:DataSeries RenderAs="Radar" Color="LightGreen" LegendText="\n \n \n \nPlease rate how satisfied \nyou are with the customer \nservice you receieved in \nthe past six months">
<vc:DataSeries.DataPoints>
<vc:DataPoint AxisXLabel="Excellent" YValue="65"/>
<vc:DataPoint AxisXLabel="Good" YValue="110"/>
<vc:DataPoint AxisXLabel="Average" YValue="20"/>
<vc:DataPoint AxisXLabel="Poor" YValue="0"/>
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Regards,0 members, 0 guests, 0 anonymous users