search for: xaxislabelarea

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

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...ivate var datePattern:RegExp; + private var selectedBar:SingleBar; /* Private, class-specific functions */ + + //this has to happen after the scale area has been rendered, or it will have no width. + private function drawLine(event:Event):void { + var xg:Graphics = XAxisLabelArea.graphics; + xg.beginFill(Constants.axisColor); + xg.lineStyle(1,Constants.axisColor); + xg.moveTo(yScale.width,0); + xg.lineTo(Constants.width,0); + xg.endFill(); + } + private function timeRangeAdjusted(event:Event):void { var t1:Number = startDateField.sele...