Hi, This does not look like an easy fix.
For instance, setting the chart backgroundColor looks like basic requirement. The property is defined but cannot be used in BXML as only the Color setter is defined in the ChartViewSkin parent class. I tried and had a "Unable to coerce java.lang.String to class java.awt.Color" error - which I believe is expected in this case. I manage to workaround that in my Java class - but it's kind of ugly. For the chart series color, it's not clear how to implement a solution. Is it about changing the first series color (which I'm going to do for my personal usage) or all of them... The latter looks more complex... do you handle list type properties? Ben -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Chart-Styles-tp3047996p4022823.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
