erik Report post Posted August 12, 2010 I am using ScrollColumn2D chart and am trying to set the color of each dataset individually. When specifying the plotBorderColor as an attribute within the element everything works, but when I try it within the element it does not seem to have an effect. I also tried it within without luck. Can you not set the plotBorderColor in the element or am I overlooking something? Any assistance would be appreciated. Thanks, Erik Share this post Link to post Share on other sites
Sanjukta Report post Posted August 12, 2010 Hi Eric, The attribute "plotBorderColor" falls under the <chart> element. It specifies the color of the border for the data plots. In case, you wish to set different color for each dataset, please try mentioning the attribute "color" in the <dataset> element. Ref.- <chart plotBorderColor='000000' > ... <dataset seriesName="A" color='FF0000' > ... </chart> Hope this helps. Share this post Link to post Share on other sites