Change color of individual bar of a bar char build in word document template builder for word.
I want to change color of individul bar of a bar graph build in bi-publisher add on for word template builder (rtf).
I have attach code
I am using BI-Publisher 11.1.1.6.6., and developing report template in word document for the bar chart on page 9 for individual bar I would like to give diffrent color I even tried to put the advance properties for the chart and change the
<SeriesItems><Series id="0" color="#C0504D" /><Series id="1" color="#4F81BD" /><Series id="2" color="#9BBB59" /><Series id="3" color="#D2B48C" /><Series id="4" color="#DAA520" /></SeriesItems>
but this did not worked .
I have attach adtc.zip which contain xml data and rtf template.