Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/userGuide/axisCharts/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1835/src/documentation/content/xdocs/userGuide/axisCharts/common
Modified Files:
book.xml rounding.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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rounding.xml 5 Jun 2004 13:30:06 -0000 1.2
--- rounding.xml 5 Jun 2004 14:25:57 -0000 1.3
***************
*** 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.
--- 12,18 ----
method on the DataAxisProperties Object.
</p>
! <warning>
Note: when using a user defined scale, be aware your increment will be rounded by this rounding factor.
! </warning>
<p>
The following example sets the y-axis to round to the nearst 1/100 or 10 to the -2'nd power.
Index: book.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/userGuide/axisCharts/common/book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** book.xml 4 Jun 2004 02:45:33 -0000 1.1
--- book.xml 5 Jun 2004 14:25:57 -0000 1.2
***************
*** 2,8 ****
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
! <!-- Sample book.xml file. If this file is renamed to 'book.xml', it will be
! used to define the menu in this subdirectory, instead of that generated from
! site.xml. -->
<book software="jCharts"
--- 2,6 ----
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
! <!-- $Id$ -->
<book software="jCharts"
***************
*** 12,35 ****
! <menu label="Axis Charts">
<menu-item label="Index" href="index.html"/>
<menu-item label="Rounding" href="rounding.html"/>
! <menu-item label="Axis Label Rotation" href="axisLabelRotation.html"/>
</menu>
- <menu label="Area Charts">
- </menu>
- <menu label="Bar Charts">
- </menu>
- <menu label="Line Charts">
- </menu>
- <menu label="Point Charts">
- </menu>
- <menu label="Stock Charts">
- </menu>
- <menu label="XY Charts">
- </menu>
- <menu label="Combo Charts">
- </menu>
-
</book>
\ No newline at end of file
--- 10,19 ----
! <menu label="Axis Charts - Common">
<menu-item label="Index" href="index.html"/>
<menu-item label="Rounding" href="rounding.html"/>
! <menu-item label="Axis Labels" href="axisLabels.html"/>
! <menu-item label="Back" href="../index.html"/>
</menu>
</book>
\ No newline at end of file
|