Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
moskvichev committed Nov 24, 2009
1 parent e91a450 commit 5ccf33b
Show file tree
Hide file tree
Showing 74 changed files with 5,288 additions and 5,526 deletions.
1,005 changes: 1,002 additions & 3 deletions .cproject

Large diffs are not rendered by default.

14 changes: 1 addition & 13 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value></value>
Expand All @@ -31,11 +27,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildLocation</key>
<value>${workspace_loc:/freechart/Demo Debug}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<value>clean</value>
<value>${workspace_loc:/freechart/Demo Debug Win32}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
Expand All @@ -53,10 +45,6 @@
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>true</value>
Expand Down
26 changes: 15 additions & 11 deletions Introduction.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

wxFreeChart version 1.0 alpha.
wxFreeChart version 1.1 alpha.

Copyright (c) 2008 Moskvichev Andrey V.
Copyright (c) 2008-2009 Moskvichev Andrey V.

Contents.
I. About.
Expand Down Expand Up @@ -44,16 +44,20 @@ OHLC datasets, date/time datasets (for data linked with date/time values),
category datasets, Gantt datasets, etc.
Data drawing performed by dataset renderers, like XYRenderers,
OHLC renderers (Bars or candlesticks), histogram renderers, etc.
Axis classes performs axes drawing on plot and data scaling. They also
support windows. Window is visible part of data. They can be used, when
data is too long.
wxChartPanel is wxWidgets window containing chart.
Other classes include Legend, Marker, AreaDraw,
ColorScheme, Symbol.
Legend performs legend drawing, contains attributes like, legend position,
font, etc. Marker is base class for data markers, like point markers,
line markers, range markers. It is still work in progress. AreaDraw
is helper class for drawing rectangular areas. It is used to draw chart,
plot backgrounds, bars in bar charts.
ColorScheme is colours collection for pie plots, etc.
Symbol is base class for symbols drawn on legends and xy points.

Other classes include Legend, Marker, AreaDraw, ColorScheme, Symbol.
Legend performs legend drawing, contains attributes like, legend position,
font, etc.
Marker is base class for data markers, like point markers,
line markers, range markers. It is still work in progress.
AreaDraw is helper class for drawing rectangular areas.
It is used to draw chart, plot backgrounds, bars in bar charts.
ColorScheme is colours collection for pie plots, etc.
Symbol is base class for symbols drawn on legends and xy points.

FIXME: write more.

Expand Down
Loading

0 comments on commit 5ccf33b

Please sign in to comment.