3D Bar Chart Applet: Chapter 4
(Trial Version)
![]() ![]() ![]() |
Basic Properties There are basic properties for different components for the chart. For examples, fonts, colors, position, 3D Rotations and Label Format. |
1. Fonts
Format | "Font Name, Font Style, Font Size" |
Description | This is the Font setting for different text labels in the chart |
Font Name |
Java fonts: Dialog, SansSerif, Serif, Monospaced |
Font Style | plain, bold, italic, bolditalic |
Font Size | any number |
Example | <param name="BarLabelFont" value="Arial,plain,10"> |
Default Font |
Arial, plain, 12 |
2. Colors
Formats |
1. "Basic Color"
|
Description | This is the Color setting for different components in the chart. |
Basic Colors | black, blue, cyan, darkgray, gray, green, lightgray, magenta, orange, pink, white, and yellow. |
RGB Colors | any [r,g,b] color in the format of "#FF32EA" |
BackgroundColor |
For backgroundColor only, there are two formats.
|
Example | <param name="Series1Color" value="red"> |
Default Color | white |
3. Position
Format |
"x-coord, y-coord" |
Description | This is the (x,y) position for a component in the chart. |
Screen
Coordinates |
![]() |
Example | <param name="LegendPos" value="500,150"> |
4. 3D Rotations
Format |
"angle" |
Description | This is the rotation angle for the chart. There is only two rotations option for this software, rotate along X axis, and rotate along Y axis. Beware that the 3D coordinates space is different from the screen coordinates space. |
3D Rotation along X axis |
![]() |
3D Rotation along Y axis |
![]() |
Examples |
<param name="rotateX" value="-30"> <param name="rotateY" value="-30"> |
5. Label Format
Format |
"$###,###.00" |
||||||||||||||||||||||||||||
Description |
This is the label format for the Y axis Label to format number to display in special
pattern. This is the same format API using in Java. You can use "$ # 0 -
, ." symbols to specify you pattern.
|
||||||||||||||||||||||||||||
Symbols |
[#] --- Digit, zero show if absent |
||||||||||||||||||||||||||||
Format Examples |
|
||||||||||||||||||||||||||||
Example | <param name="YLabelFormat" value="$#,###,###.00"> | ||||||||||||||||||||||||||||
Default Format | "########" |