[Gambas-devel-svn] SF.net SVN: gambas: [584] 2.0/trunk/comp/src/gb.chart
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-11 15:59:00
|
Revision: 584 http://gambas.svn.sourceforge.net/gambas/?rev=584&view=rev Author: gambix Date: 2007-09-11 08:58:55 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: New demo form that will be placed in examples directory then. * NEW: Areas style and 3 subStyles are done * NEW: 2 new substyle for Pies * NEW: The Chart axes are drawed by a common class Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/ChartType.class 2.0/trunk/comp/src/gb.chart/Form1.class 2.0/trunk/comp/src/gb.chart/Form1.form 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_CStyleAreas.class 2.0/trunk/comp/src/gb.chart/_CStyleColumns.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/CPoint.class 2.0/trunk/comp/src/gb.chart/CRect.class 2.0/trunk/comp/src/gb.chart/img/ 2.0/trunk/comp/src/gb.chart/img/areas.png 2.0/trunk/comp/src/gb.chart/img/areasnormal.png 2.0/trunk/comp/src/gb.chart/img/areaspercent.png 2.0/trunk/comp/src/gb.chart/img/areasstacked.png 2.0/trunk/comp/src/gb.chart/img/bars.png 2.0/trunk/comp/src/gb.chart/img/barsnormal.png 2.0/trunk/comp/src/gb.chart/img/barspercent.png 2.0/trunk/comp/src/gb.chart/img/barsstacked.png 2.0/trunk/comp/src/gb.chart/img/columns.png 2.0/trunk/comp/src/gb.chart/img/columnslinecombination.png 2.0/trunk/comp/src/gb.chart/img/columnsnormal.png 2.0/trunk/comp/src/gb.chart/img/columnspercent.png 2.0/trunk/comp/src/gb.chart/img/columnsstacked.png 2.0/trunk/comp/src/gb.chart/img/lines.png 2.0/trunk/comp/src/gb.chart/img/linesnormal.png 2.0/trunk/comp/src/gb.chart/img/linespercent.png 2.0/trunk/comp/src/gb.chart/img/linesstacked.png 2.0/trunk/comp/src/gb.chart/img/linessymbols.png 2.0/trunk/comp/src/gb.chart/img/net.png 2.0/trunk/comp/src/gb.chart/img/pie.png 2.0/trunk/comp/src/gb.chart/img/pienormal.png 2.0/trunk/comp/src/gb.chart/img/pieoffset1.png 2.0/trunk/comp/src/gb.chart/img/pieoffset2.png 2.0/trunk/comp/src/gb.chart/img/pierings.png 2.0/trunk/comp/src/gb.chart/img/stockchart.png 2.0/trunk/comp/src/gb.chart/img/xychart.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |