search for: chartfram

Displaying 1 result from an estimated 1 matches for "chartfram".

Did you mean: chartframe
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...ercentHeight = 100; chartArea.percentWidth = 100 - yLabelPercentWidth; - chartArea.setStyle("backgroundColor","0xbbccdd"); + chartArea.setStyle("backgroundColor","0xffffff"); chartArea.verticalScrollPolicy = ScrollPolicy.OFF chartFrame.addChild(yScale); chartFrame.addChild(chartArea); - this.container.addChild(chartFrame); + + chartFrame.addEventListener(FlexEvent.CREATION_COMPLETE,drawLine); XAxisLabelArea = new Canvas(); XAxisLabelArea.height = Constants.labelHeight; XAxisLabelArea.minHe...