bmcwhorter

Stacked Area 2D remove gradient from Fill

Recommended Posts

Hey,

 

I have a stacked area chart that I want to be able to not have a gradient on.  When I have a single dataset on a normal area chart, I can accomplish this by setting the plotFillGradient = fillColor.

 

However, that is a chart level attribute and doesn't seem to get picked up at the dataset level.  How can I tell the dataset to not apply a gradient?

Share this post


Link to post
Share on other sites

Hey,

 

What if I have two datasets and I want each of them to have a different color.  Say blue fading to orange and green fading to red.  I would need to set the gradient color at the dataset level.  How can I do this?  

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

It's not possible to apply different gradient effect for different datasets, you can globally set gradient for all the datasets using 'plotGradientColor' attribute.

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