EasyChart and Chart Pens Table

Hi,

I got an EasyChart and Chart Pens Table linked together with property binding as shown below.
But when I change the color in the Chart Pens Table the pen color on EasyChart don't follow. How can I solve this.

In the designer I can see the pen color in the EasyChart dataset change accordingly, but the Chart don't.update.

Secondly, how can I sync the axis color with the color of the pen color.

image

Show how you are changing the color in the chart pens table.

I just select another color from the color dropdown

Her is a before picture

And after picture

Hmmm. Not sure what's going on. Consider setting up your bindings the opposite direction--bind the tagPens prop on the chart to the table data.

Change bindings doesn't change anything. But turning Auto pen coloring off did.

Now I only need to sync the axis.

How can i catch the change color event ?

Thanks for helping :wink:

Changing any dataset will produce a propertyChange event for that property.