From: Nathaniel G. A. <nat...@us...> - 2004-06-05 13:30:15
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/userGuide/axisCharts/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25124/src/documentation/content/xdocs/userGuide/axisCharts/common Modified Files: rounding.xml Added Files: axisLabels.xml Removed Files: axisLabelRotation.xml Log Message: Index: rounding.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/userGuide/axisCharts/common/rounding.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rounding.xml 4 Jun 2004 02:45:33 -0000 1.1 --- rounding.xml 5 Jun 2004 13:30:06 -0000 1.2 *************** *** 4,10 **** <header> <title>Rounding</title> - <authors> - <person name="Nathaniel Auvil" email="nat...@so..."/> - </authors> </header> <body> --- 4,7 ---- *************** *** 15,21 **** method on the DataAxisProperties Object. </p> ! <note> Note: when using a user defined scale, be aware your increment will be rounded by this rounding factor. ! </note> <p> The following example sets the y-axis to round to the nearst 1/100 or 10 to the -2'nd power. --- 12,18 ---- method on the DataAxisProperties Object. </p> ! <warn> Note: when using a user defined scale, be aware your increment will be rounded by this rounding factor. ! </warn> <p> The following example sets the y-axis to round to the nearst 1/100 or 10 to the -2'nd power. --- NEW FILE: axisLabels.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <document> <header> <title>Axis Labels</title> </header> <body> <section> <title>Fonts</title> <p> </p> <source> </source> <figure src="images/userGuide/axisCharts/scaleFont.png" alt="Scale Font"/> </section> <section> <title>Rotation</title> <p> </p> <source> </source> <figure src="images/userGuide/axisCharts/verticalXAxisLabels.png" alt="Label Rotation"/> </section> <section> <title>Currency</title> <p> </p> <source> </source> <figure src="images/userGuide/axisCharts/dollarSigns.png" alt="Currency"/> </section> <section> <title>Groupings</title> <p> </p> <source> </source> <figure src="images/userGuide/axisCharts/commas.png" alt="Axis Rounding"/> </section> </body> </document> --- axisLabelRotation.xml DELETED --- |