SVGChart
SVGChart copied to clipboard
Copy Old PPlot Documentation
First, check the license and then see if the old documentation can be copied over to this repository.
That would be good. I'm trying to set axis limits via:
pplot.mYAxisSetup.SetMax(0.2f);
It compiles , but has no effect. Better Documentation would be great ;-)
Hi @phkahler,
You can find the existing documentation here: http://pplot.sourceforge.net
It's very possible of course that something is just not working right in this fork. It's alpha quality at best.
David
Hi @phkahler,
I added an example program in the Examples directory that shows how to setup the axes.
Best, David