Sign in to follow this  
erik

ScrollColumn2D and plotBorderColor

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this