search for: chartarea

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

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...iden functions */ + + override public function load():void { + clearSelection(); + super.load(); + } + override protected function initializeDataSource():void { dataSource = new BarChartDataSource(this); } @@ -186,19 +226,20 @@ package org.ovirt.charts { chartArea = new Canvas(); chartArea.percentHeight = 100; chartArea.percentWidth = 100 - yLabelPercentWidth; - chartArea.setStyle("backgroundColor","0xbbccdd"); + chartArea.setStyle("backgroundColor","0xffffff"); chartArea.verticalScroll...