Error with property binding on Easy Chart Start Date

Hei

Have problem with a property binding between Easy Chart Start Date and a Custom Property, type Date, that gets at date from a selected row in a Power Table.

It works fine on the first date that is selected into the Custom Property, but after that it is a random date that is presented in Easy Chart Start Date property. The Custom Property date is working fine.

Do someone have an idea about what I’m missing?

Stian Larsen

1 Like

The Easy Chart enforces strict order of the start and end dates it uses. It rejects assignments to either property that would reverse the order. I’ve always found it necessary to use a script block that assigns all of the dates (including outer range if in historical mode) as needed to not break the strict ordering.
I may just have to build this functionality into NoteChart.

1 Like