Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. create a column chart
2. set type to "stacked"
3. add three columnseries (these should be stacked)
4. add a lineseries
Actual Results:
an error message...
Error message:
ReferenceError: Error #1056: Cannot create property offset on mx.charts.series.LineSeries.
at mx.charts::ColumnChart/mx.charts:ColumnChart::applySeriesSet()
at mx.charts.chartClasses::CartesianChart/http://www.adobe.com/2006/flex/mx/internal::updateSeries()
at mx.charts.chartClasses::ChartBase/mx.charts.chartClasses:ChartBase::commitProperties()
at mx.charts.chartClasses::CartesianChart/mx.charts.chartClasses:CartesianChart::commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/private::validateProperties()
at mx.managers::LayoutManager/private::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/private::callLaterDispatcher2()
at mx.core::UIComponent/private::callLaterDispatcher()
at [renderEvent]
at [mouseEvent]
Expected Results:
a stacked column chart with one line series
Workaround (if any):
make a cartesianchart