search for: getdatapoint

Displaying 2 results from an estimated 2 matches for "getdatapoint".

Did you mean: getdatapoints
2009 Sep 13
5
Half Life 2 Games via Steam - Basic Questions
Hey Ive followed the instructions in the AppDB on how to setup team fortress 2, and after i did the preformence in menus improved, how ever i cannot still join any games. After loading completty finnished, just to send of into In-Game mode, it crashes. No error messages and steam freezes... I have Nvidia Geforce 9800GT with driver 190.32 and Wine 1.1.28 (1.1.29 messes up my steam menus) I allso
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...0); @@ -208,7 +249,10 @@ package org.ovirt.charts { dateBar = new HBox(); dateBar.setVisible(true); this.container.addChild(dateBar); + this.container.addChild(chartFrame); + this.container.addChild(XAxisLabelArea); var dataPoints:Array = dataSeries.getDataPoints(); + var maxValue:Number = dataSeries.getMaxValue(); var scale:Number = maxValue; yScale.setMax(maxValue); @@ -264,12 +308,18 @@ package org.ovirt.charts { var value:Number = dataPoint.getValue(); var bar:SingleBar = new SingleBar(dataPoint,scale)...