title_font_color Sets the color of the title font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="title_font_color" value="FF9999">
|
Yes
|
Yes
|
title_font_size Sets the size of the title font
|
No
|
Any number
|
14
|
<param name="title_font_size" value="18">
|
Yes
|
Yes
|
title_font_type Font type of the title font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="title_font_type" value="Courier">
|
Yes
|
Yes
|
title_font_style Font style the title font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="title_font_style" value="ITALIC">
|
Yes
|
Yes
|
title_sub1_text Sub-title 1 text
|
Yes
|
Any text
|
Default chart
|
<param name="title_sub1_text" value="For the period 2003 to 2004">
|
Yes
|
Yes
|
title_sub1_font_color Sets the color of the sub-title 1 font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="title_sub1_font_color" value="FF9999">
|
Yes
|
Yes
|
title_sub1_font_size Sets the size of the sub-title 1 font
|
No
|
Any number
|
14
|
<param name="title_sub1_font_size" value="10">
|
Yes
|
Yes
|
title_sub1_font_type Font type of the sub-title 1 font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="title_sub1_font_type" value="Courier">
|
Yes
|
Yes
|
title_sub1_font_style Font style the sub-title 1 font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="title_sub1_font_style" value="ITALIC">
|
Yes
|
Yes
|
title_sub2_text Sub-title 2 text
|
Yes
|
Any text
|
Default chart
|
<param name="title_sub2_text" value="In millions">
|
Yes
|
Yes
|
title_sub2_font_color Sets the color of the sub-title 2 font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="title_sub2_font_color" value="FF9999">
|
Yes
|
Yes
|
title_sub2_font_size Sets the size of the sub-title 2 font
|
No
|
Any number
|
14
|
<param name="title_sub2_font_size" value="10">
|
Yes
|
Yes
|
title_sub2_font_type Font type of the sub-title 2 font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="title_sub2_font_type" value="Courier">
|
Yes
|
Yes
|
title_sub2_font_style Font style the sub-title 2 font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="title_sub2_font_style" value="ITALIC">
|
Yes
|
Yes
|
x_axis_font_orientation X axis text orientation
|
No
|
HORIZONTAL x axis text printed horizontal LEFT x axis text 90 degrees rotated anti clockwise RIGHT x axis text 90 degrees rotated clockwise
|
HORIZONTAL
|
<param name="x_axis_font_orientation" value="LEFT">
|
Yes
|
Yes
|
x_axis_font_color Sets the color of the x axis font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="x_axis_font_color" value="FF9999">
|
Yes
|
Yes
|
| x_axis_font_sizeSets the size of the x axis font.
|
No
|
Any number
|
12
|
<param name="x_axis_font_size" value="18">
|
Yes
|
Yes
|
x_axis_font_type Font type of the x axis font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="x_axis_font_type" value="Courier">
|
Yes
|
Yes
|
x_axis_font_style Font style the x axis font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="x_axis_font_style" value="ITALIC">
|
Yes
|
Yes
|
x_axis_occurrence Sets the how often the x axis values do occur (eg 1 shows all x axis values, 2 every second, 10 every 10th).
|
No
|
Any integer greater than 0 (1, 2, 3, 4, ...)
|
1
|
<param name="x_axis_occurrence" value="10">
|
Yes
|
Yes
|
x_axis_value_display Display or hide x axis values.
|
No
|
Y show x axis values N hide x axis values.
|
Y
|
<param name="x_axis_value_display" value="N">
|
Yes
|
Yes
|
x_axis_title Show x axis title Y/N
|
No
|
Y x axis title is shown N x axis title is not shown
|
N
|
<param name="x_axis_title" value="Y">
|
Yes
|
Yes
|
x_axis_title_text X axis title
|
No, if parameter x_axis_tite=Y then required
|
Any text
|
No text
|
<param name="x_axis_title_text" value="Month of year">
|
Yes
|
Yes
|
x_axis_title_font_color Sets the color of the x axis title font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="x_axis_title_font_color" value="FF9999">
|
Yes
|
Yes
|
x_axis_title_font_size Sets the size of the x axis title font.
|
No
|
Any number
|
12
|
<param name="x_axis_title_font_size" value="18">
|
Yes
|
Yes
|
x_axis_title_font_type Font type of the x axis title font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="x_axis_title_font_type" value="Courier">
|
Yes
|
Yes
|
y_min Allows to set the minimum y axis value
|
No
|
Any number
|
None
|
<param name="y_min" value="50">
|
Yes
|
Yes
|
y_max Allows to set the maximum y axis value
|
No
|
Any number
|
None
|
<param name="y_max" value="150">
|
Yes
|
Yes
|
y_unit Allows to set the y-axis unit (step between two y-axis values)
|
No
|
Any number greater than 0
|
None
|
<param name="y_unit" value="50">
|
Yes
|
Yes
|
y_unit_display Allows to show or hide the y-axis unit
|
No
|
Y Display y_unitN hide y_unit
|
Y
|
<param name="y_unit_display" value="N">
|
Yes
|
Yes
|
y_unit_color Sets the colorof the y unit
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="y_unit_color" value="FF0000">
|
Yes
|
Yes
|
x_min Allows to set the minimum x axis value (used for XY chart type)
|
No
|
Any number
|
None
|
<param name="x_min" value="50">
|
Yes
|
Yes
|
x_max Allows to set the maximum x axis value (used for XY chart type)
|
No
|
Any number
|
None
|
<param name="x_max" value="150">
|
Yes
|
Yes
|
x_unit Allows to set the y-axis unit (step between two x-axis values, used for XY chart type)
|
No
|
Any number greater than 0
|
None
|
<param name="x_unit" value="50">
|
Yes
|
Yes
|
x_unit_display Allows to show or hide the x-axis unit (used for XY chart type)
|
No
|
Y Display x_unitN hide x_unit
|
Y
|
<param name="x_unit_display" value="N">
|
Yes
|
Yes
|
x_unit_color Sets the colorof the x unit (used for XY chart type)
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="x_unit_color" value="FF0000">
|
Yes
|
Yes
|
y_axis_title Show y axis title Y/N
|
No
|
Y y axis title is shown N y axis title is not shown
|
N
|
<param name="y_axis_title" value="Y">
|
Yes
|
Yes
|
y_axis_title_text Y axis title
|
No, if parameter y_axis_tite=Y then required
|
Any text
|
No text
|
<param name="y_axis_title_text" value="Month of year">
|
Yes
|
Yes
|
y_axis_title_font_color Sets the color of the y axis title font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="y_axis_title_font_color" value="FF9999">
|
Yes
|
Yes
|
y_axis_title_font_size Sets the size of the y axis title font.
|
No
|
Any number
|
12
|
<param name="y_axis_title_font_size" value="18">
|
Yes
|
Yes
|
y_axis_title_font_type Font type of the y axis title font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="y_axis_title_font_type" value="Courier">
|
Yes
|
Yes
|
legend_position Position of legend.
|
No
|
RIGHT positions the legend right LEFT positions the legend left TOP positions the legend just beneath the title BOTTOM positions the legend beneath the chart INTOP [New] positions the legend inside the chart on the top INTOPLEFT [New] positions the legend inside the chart on the top left INTOPRIGHT [New] positions the legend inside the chart on the top right INBOTTOM [New] positions the legend inside the chart on the bottom INBOTTOMLEFT [New] positions the legend inside the chart on the bottom left INBOTTOMRIGHT [New] positions the legend inside the chart on the bottom right
NONE legend is not displayed
|
RIGHT
|
<param name="legend_position" value="LEFT">
|
Yes
|
Yes
|
legend_bg Sets the legend background color.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
FFFFFF
|
<param name="legend_bg" value="DDDDDD">
|
Yes
|
Yes
|
legend_border Sets the legend border color.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="legend_border" value="DDDDDD">
|
Yes
|
Yes
|
legend_font_color Sets the color of the legend font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="legend_font_color" value="FF9999">
|
Yes
|
Yes
|
legend_font_size Sets the size of the legend font.
|
No
|
Any number
|
14
|
<param name="legend_font_size" value="18">
|
Yes
|
Yes
|
legend_font_type Font type of the legend font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="legend_font_type" value="Courier">
|
Yes
|
Yes
|
legend_font_style Font style the legend font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="legend_font_style" value="ITALIC">
|
Yes
|
Yes
|
data_value Allows to display the actual data value.
|
No
|
NONE data value is not displayed INSIDE the data value is displayed within the ploted graph data OUTSIDE the data value is displayed outside the ploted graph data. OUTSIDE is not available for stacked charts AUTO can only be used together with data_value_font_orientation=LEFT or RIGHT, displays the data value either inside or outside the bar depending on space (Exception: if chart type HORBAR or HORBAR3D AUTO works with data_value_font_orientation=HORIZONTAL).
|
NONE
|
<param name="data_value" value="18">
|
Yes
|
Yes
|
data_value_font_color Sets the color of the data_value font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="data_value_font_color" value="FF9999">
|
Yes
|
Yes
|
data_value_font_size Sets the size of the data_value font.
|
No
|
Any number
|
10
|
<param name="data_value_font_size" value="18">
|
Yes
|
Yes
|
data_value_font_type Font type of the data value font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="data_value_font_type" value="Courier">
|
Yes
|
Yes
|
data_value_font_style Font style the data value font.
|
No
|
PLAIN BOLD ITALIC
|
PLAIN
|
<param name="data_value_font_style" value="ITALIC">
|
Yes
|
Yes
|
data_value_font_orientation Orientation of the data value font. Can only be used for BAR and BAR3D
|
No
|
HORIZONTAL default LEFT rotated to the left RIGHT rotated to the right. (Chart type HORBAR and HORBAR3D do only allow HORIZONTAL).
|
HORIZONTAL
|
<param name="data_value_font_orientation" value="LEFT">
|
Yes
|
Yes
|
data_value_pct Digits displays data values as percentage. Can only be used for the following chart types: PIE, PIE3D, STACKEDBARPCT, STACKEDBAR3DPCT, STACKEDLINEPCT and STACKEDLINE3DPCT DOUGHNUT.
|
No
|
Y display as percentage N display as number
|
N
|
<param name="data_value_pct" value="Y">
|
Yes
|
Yes
|
data_value_digits Digits displayed for data values. Can only be used for the following chart types: PIE, PIE3D, STACKEDBARPCT, STACKEDBAR3DPCT, STACKEDLINEPCT and STACKEDLINE3DPCT DOUGHNUT.
|
No
|
0, 1, 2 or 3
|
2
|
<param name="data_value_digits" value="1">
|
Yes
|
Yes
|
data_value_postfix Text at the end of each displayed data value.
|
No
|
Any text
|
2
|
<param name="data_value_postfix" value="£">
|
Yes
|
Yes
|
data_value_prefix Text in front of data_value data value.
|
No
|
Any text
|
N
|
<param name="data_value_prefix" value="$">
|
Yes
|
Yes
|
grid_line_hor To enable and disable horizontal grid lines.
|
No
|
Y enable N disable
|
Y
|
<param name="grid_line_hor" value="N">
|
Yes
|
Yes
|
grid_line_hor_color Sets the color of the horizontal grid line.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="grid_line_hor_color" value="999999">
|
Yes
|
Yes
|
grid_line_hor_type Type of horizontal grid line.
|
No
|
0 or any integer. 0 displays a non dashed line, while any integer greater 0 display a dashed line - the smaller the integer the thiner the dashes.
|
1
|
<param name="grid_line_hor_type" value="0">
|
Yes
|
Yes
|
grid_line_ver To enable and disable vertical grid lines.
|
No
|
Y enable N disable
|
N
|
<param name="grid_line_ver" value="N">
|
Yes
|
Yes
|
grid_line_ver_color Sets the color of the vertical grid line.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="grid_line_ver_color" value="999999">
|
Yes
|
Yes
|
grid_line_ver_type Type of vertical grid line.
|
No
|
0 or any integer. 0 displays a non dashed line, while any integer greater 0 display a dashed line - the smaller the integer the thiner the dashes.
|
1
|
<param name="grid_line_ver_type" value="0">
|
Yes
|
Yes
|
bar_width Sets the width of bars (for any bar charts).
|
No
|
1 - 100
|
60
|
<param name="bar_width" value="80">
|
Yes
|
Yes
|
csv_type Defines the type of CSV
|
No
|
NONE Chart is not based on CSV file URL Chart is based on CSV file and the location of the CSV file is given by a URL
|
NONE
|
<param name="csv_type" value="url">
|
Yes
|
No
|
csv_location Defines the location (URL)
of the CSV file
|
No (Yes if csv_type=url)
|
A relative path orvalid url (including http://)
|
No default
|
<param name="csv_location" value="/csv/data.csv">
|
Yes
|
No
|
csv_reload_time Sets the time in milliseconds to reload the CSV data
|
No
|
0 or positive integer
0: CSV data not reloded
|
0
|
<param name="csv_reload_time" value="5000">
|
Yes
|
No
|
popup Allows using popup labels when moving over chart area
|
No
|
Y Popup labels are enabled N Popup labels are disabled
|
N
|
<param name="popup" value="Y">
|
Yes
|
Yes
|
popup_text Sets the text for popup labels. Allows to use @**@ parameters for serie labels, x-axis values and data values
|
No
|
Any text
Special parameters: @SE@: Shows Serie label @XV@: Shows x-axis values @DA@: Shows data values
The following parameters are only available for the java applet version: <BR>: Line break <B></B>: Start and end of bold text <I></I>: Start and end of italic text
|
N
|
<param name="popup_text" value="<B>Serie: </B>@se@<BR>
| Yes
|
Yes
|
popup_bg_color Sets the popup background color.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
FFFF00
|
<param name="popup_bg_color" value="00FFFF">
|
Yes
|
No
|
popup_border_color Sets the popup border color.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
FFFF00
|
<param name="popup_border_color" value="000000">
|
Yes
|
No
|
popup_font_color Sets the color of the popup font.
|
No
|
Standard color coding as used for HTML (eg FF9966).
|
000000
|
<param name="popup_font_color" value="FF9999">
|
Yes
|
No
|
popup_font_size Sets the size of the popup font.
|
No
|
Any number
|
12
|
<param name="popup_font_size" value="16">
|
Yes
|
No
|
popup_font_type Font type of the popup font.
|
No
|
Helvetica, Courier, TimesRoman, Dialog, Symbol, Sans Serif, Arial and Wingdings
|
Arial
|
<param name="popup_font_type" value="Courier">
|
Yes
|
No
|
url_drill Enables url based drill downs and passing context based information to url's
|
No
|
Y url drill down is enabled N url drilldown is disabled
|
N
|
<param name="url_drill" value="Y">
|
Yes
|
Yes
|
url_drill_newwindow Defines if new web page is opened in new window or current window
|
No
|
Y web page opens in new window N web page opens in current window
|
Y
|
<param name="url_drill_newwindow" value="Y">
|
Yes
|
No
|
url_drill_text Contains the url to be opened (relative or absolute - absolute requires http://)
|
No
|
Any text
Special parameters: @SE@: Shows Serie label @XV@: Shows x-axis values @DA@: Shows data values
|
None
|
<param name="url_drill_text" value="http://www.mysite/drill?val1=@SE@&val2=@XV@">
|
Yes
|
Yes
|