Question
Error on ColumnSeries documentation in langref
http://livedocs.adobe.com/flex/gumbo/langref/mx/charts/series/ColumnSeries.html
"Defines a data series for a ColumnChart control. By default, this class uses the IBoxRenderer class. Optionally, you can define an itemRenderer for the data series. The itemRenderer must implement the IBoxRenderer interface."
IBoxRenderer doesn´t exist. In fact we have to extend BoxItemRenderer to do this.
"Defines a data series for a ColumnChart control. By default, this class uses the IBoxRenderer class. Optionally, you can define an itemRenderer for the data series. The itemRenderer must implement the IBoxRenderer interface."
IBoxRenderer doesn´t exist. In fact we have to extend BoxItemRenderer to do this.
