Excuse me!My poor English,So use google translation.
How to set the fan in the MSCombiDY2D module color
Please help.
<?xml version="1.0" encoding="unicode" ?>
<Chart palette="4" caption="Data" baseFontSize="14" showValues="0" animation="1" setAdaptiveYMin="1" setAdaptiveYMax="1" numDivLines="8" divLineThickness="1" labelStep="30" showPlotBorder="0" showShadow="1">
<categories>
<vLine thickness="1" Color="FF3333" dashed="1"/>
<category label="845"/>
<category label="846"/>
<category label="847"/>
<category label="848"/>
<category label="849"/>
</categories>
<!--- color Line...OK-->
<dataset seriesName="line" lineThickness="1" anchorAlpha="0" ParentYAxis="S" Color="3333FF">
<set value="9032" color="00AA00"/>
<set value="9029" color="AA0000"/>
<set value="9028" color="AA0000"/>
<set value="9026" color="0000AA"/>
<set value="9023" color="0000AA"/>
</dataset>
<!---Invalid color Area-->
<dataset seriesName="Ar" ParentYAxis="P" renderAs="Area" alpha="80" color="00AA00">
<set value="0" color="00AA00"/>
<set value="-88" color="00AA00"/>
<set value="33" color="00AA00"/>
<set value="10" color="FF0000"/>
<set value="9" color="FF0000"/>
</dataset>
</Chart>