Standard Chart and CellBinding

Hi,

Is it possible to use Cell Binding with the standard chart (like with easy chart) ? When I tried to use it, there is the data instead of the dataset definition ?

Thanks

No, the configuration of the classic chart is not exposed as a property. What exactly are you trying to do because there might be a hidden function you can call?

I wanted to display a trend when clicking a sparkling. This sparkline is part of a template which one is part of another template. Of course, one instance of UDT is behind those screens.
I end up by using a binding of the sparkling.data to the chart via a custom property.

Ok good.