|
Parameter name / Description |
Required |
Allowed values |
Default |
Example |
Applet |
Application |
chart_type Sets type of
chart |
Yes |
BAR Simple bar
chart BAR3D 3D bar chart LINE Simple line
chart LINE3D 3D line
chart STACKEDBAR Stacked bar chart, stacking multiple
series STACKEDLINE Stacked line chart, stacking
multiple series STACKEDBAR3D Stacked 3D bar chart,
stacking multiple series STACKEDLINE3D Stacked 3D line
chart, stacking multiple series STACKEDBARPCT Stacked
bar chart 100 %, stacking multiple
series STACKEDLINEPCT Stacked line chart 100 %,
stacking multiple series STACKEDBAR3DPCT Stacked 3D bar
chart 100 %, stacking multiple
series STACKEDLINE3DPCT Stacked 3D line chart 100 %,
stacking multiple series PIE Pie
chart PIE3D 3D pie chart HORBAR Horizontal
bar chart HORBAR3D Horizontal 3D bar
chart XY XY scatter chart XYBAR3D Two
dimensional 3D bar chart XYLINE3D Two dimensional 3D
line chart DOUGHNUT doughnut
chart
DOUGHNUT3D [New] 3D doughnut chart
STOCK1 Min-Max stock
chart STOCK2 Min-Max-Close stock
chart STOCK3 Open-Min-Max-Close stock chart
BUBBLE
Bubble chart RADAR
Radar chart
BUBBLE3D
Bubble 3D chart
RADAR
Radar chart
STACKEDAREARADAR Stacked area radar chart
STACKEDHORBAR Stacked horizontal bar chart
STACKEDHORBAR3D Stacked horizontal 3D bar chart
STACKEDHORBARPCT Stacked horizontal percentage bar chart
STACKEDHORBAR3DPCT Stacked horizontal 3D percentage bar chart
DIAL Dial / Gauge chart
TRAFFICLIGHT
Trafficlight chart
FLOATBAR
Float bar chart
FLOATBAR3D
Float bar 3D chart
FLOATHORBAR
Float horizontal bar chart
FLOATHORBAR3D
Float horizontal bar 3D chart
GANTT Gantt chart
DIAGRAM [New] Diagrams
VERSION
Get version of Swiftchart software |
BAR |
Bar Chart / Bar Graph Example
Bar 3D Chart / Bar 3D Graph Example
Line Chart / Line Graph Example
Line 3D Chart / Line 3D Graph Example
|
Yes |
Yes |
x_value This parameter
contains the actual x serie in comma delimited form. |
Yes |
Any comma delimited string |
Jan,Feb,Mar |
Setting X
Values Example |
Yes |
Yes |
s1_value Applies to
s1_value - s30_value Contains the actual data (serie) to be
plotted. Data must be comma delimited and the number of delimited
values must be the same as the x_value and any other series
(s1_value - s30_value) |
Yes s1_value is required, series s2
till s30 are optional |
Any comma delimited string. Each
delimited value must be a number. Negative or positive values are
allowed and "." must be used as decimal pointer. |
10,12,17 |
Setting
Series Example |
Yes |
Yes |
s1_label Applies to
s1_label - s30_label Contains the series label as displayed in
the legend. |
Yes if the series is to be used |
Any string |
default data |
Setting Two
labels Example |
Yes |
Yes |
s1_color Applies to
s1_color - s30_color Sets the color of the plotted serie. |
No |
Standard color coding as used for
HTML (eg FF9966). It is possible to define the color for each serie value separately by a comma delimited list of colors - the number of color values must be the same as the number of x values if multiple colors are defined (eg FF0000,00FF00,0000FF). |
Defaults in place, depending on the
serie. |
Setting Serie
Color Example |
Yes |
Yes |
s1_color_border Applies to s1_color_border -
s30_color_border Sets the border color of bar charts (BAR,
BAR3D,HORBAR, HORBAR3D, STACKEDBAR, STACKEDBAR3D,
STACKEDBARPCT,STACKEDBAR3DPCT). |
No |
Standard color coding as used for HTML (eg FF9966). It is possible to define the border color for each serie value separately by a comma delimited list of colors - the number of border color values must be the same as the number of x values if multiple border colors are defined(eg FF0000,00FF00,0000FF). |
If no value provided, set to the same
as the s1_color - s30_color. |
Setting Serie
Border Color Example |
Yes |
Yes |
s1_line_weight Applies to
s1_line_weight - s30_line_weight Used to define the line weight
if chart type is LINE. |
No |
Integer greater than 0 |
2 |
Line Weight
Example |
Yes |
Yes |
s1_line_style Applies to s1_line_style -
s30_line_style Used to define the line style if chart type is
LINE. |
No |
1 Solid
2 Dotted
3 Solid line with fill below line
4Stepped line with step at end
5Stepped line with step at start
6 Spline
|
1 |
Line Style
Example |
Yes |
Yes |
s1_line_marker Applies to
s1_line_marker - s30_line_marker Allows to use line markers, only
used for chart type is LINE. |
No |
Y Shows line
markers N Hides line markers |
N |
Line Marker
Example |
Yes |
Yes |
s1_line_marker_type applies
to s1_line_marker_type - s30_line_marker_type If line marker is
shown, this parameter allows to set the type of line marker, only
used for chart type is LINE. |
No |
1 diamond 2
rectangle 3 triangle 4 circle 5 x
shape 6 cross 7 empty circle 8 empty
rectangle 9 empty diamond 10 small
circle 11 tiny circle 12 small
rectangle 13 tiny rectangle
14 3D small ball
15 3D big ball
|
Defaults are set depending on serie
|
Line Marker
Type Example |
Yes |
Yes |
s1_pie_explode Applies to
s1_pie_explode - s30_pie_explode Allows to set by how much an
individual pie should "explode" (only to be used for PIE and PIE3D
chart types |
No |
Value greater or equal 0 |
0 |
Pie Slice
Explode Example |
Yes |
Yes |
pie_border_color
Allows to set the pie border color. If no color is set, no pie border is drawn |
No |
Standard color coding as used for
HTML (eg FF9966). |
None |
Pie border
Example |
Yes |
Yes |
s1_sub_chart applies to
s1_line_chart - s30_line_chart Allows to display a serie as line.
Can be used for chart types BAR and BAR3D, LINE, STOCK1, STOCK2,
STOCK3. |
No |
BAR display serie as a
bar LINE display serie as a line N display serie
as defined by the chart_type |
N |
Sub
Graph / Chart (Mixed Bar and Line) Example
Sub (Mixed
Bar and Stock) Graph / Chart Example |
Yes |
Yes |
s1_trend applies to
s1_trend - s30_trend Generates a linear trend based on the serie
values. |
No |
Y trend displayed N
trend not displayed |
N |
Trend
Example |
Yes |
Yes |
s1_trend_label applies to
s1_trend_label - s30_trend_label The label for the calculated
trend. |
No |
Any text |
Trend [i] |
Trend
Example |
Yes |
Yes |
s1_trend_line_marker Applies to
s1_trend_line_marker - s30_trend_line_marker Allows to use line
markers for trend. |
No |
Y Shows line
markers N Hides line markers |
N |
Trend
Example |
Yes |
Yes |
s1_trend_line_marker_type applies to
s1_trend_line_marker_type - s30_trend_line_marker_type If trend
line marker is shown, this parameter allows to set the type of line
marker for the trend. |
No |
1 diamond 2
rectangle 3 triangle 4 circle 5 x
shape 6 cross 7 empty circle 8 empty
rectangle 9 empty diamond 10 small
circle 11 tiny circle 12 small
rectangle 13 tiny rectangle
14 3D small ball
15 3D big ball
|
Defaults are set depending on serie
|
Trend
Example |
Yes |
Yes |
s1_trend_line_weight Applies to
s1_trend_line_weight - s30_trend_line_weight Used to define the
line weight for the trend. |
No |
Integer greater than 0 |
2 |
Trend
Example |
Yes |
Yes |
s1_trend_color Applies to s1_trend_color
- s30_trend_color Sets the color of the trend. |
No |
Standard color coding as used for
HTML (eg FF9966). |
Defaults in place, depending on the
serie. |
Trend
Example |
Yes |
Yes |
s1_bar_fill Applies to
s1_bar_fill - s30_bar_fill Sets the bar filling |
No |
1 left filling
2 right filling
3 vertical filling
4 top filling
5 bottom filling
6 horizontal filling
7 tiny grid
8 small grid
9 grid
10 large grid
11 very narrow horizontal line
12 narrow horizontal line
13 horizontal line
14 wide horizontal line
15 very narrow vertical line
16 narrow vertical line
17 vertical line
18 wide vertical line
19 alternate background, requires bg_fill to have 2 colors defined separated by a ";" [New]
|
Null |
Fill example |
Yes |
Yes |
s1_bar_fill_color[New] Applies to
s1_bar_fill - s30_bar_fill Sets the secondary color for gradual filling used together with s1_bar_fill parameter. |
No |
Standard color coding as used for
HTML (eg FF9966). |
FFFFFF |
Bar Fill Color Example |
Yes |
Yes |
s1_group Applies to
s1_group - s30_group Defines to which group each serie belongs
to. |
No |
1 to 10 |
1 |
Group
Example |
Yes |
Yes |
group1_y_axis_position Applies to
group1_y_axis_position - group10_y_axis_position Sets the y axis
position for each group. |
No |
The value is based on a two character
string. The first character is either L or R defining
the left-right position, while the second character defines how many
multiple charts are generated. Across all defined groups there must
be at least one second character equal 1 and each second character
must be either the same as another second character or not more than
1 greater/smaller than any other second character. |
L1 |
Group
Example |
Yes |
Yes |
group1_y_min Applies to
group1_y_min - group10_y_min Allows to set the minimum y axis
value for a given group. |
No |
Any number |
None |
Group
Example |
Yes |
Yes |
group1_y_max Applies to
group1_y_max group10_y_max Allows to set the maximum y axis value
for a given group. |
No |
Any number |
None |
Group
Example |
Yes |
Yes |
group1_y_unit Applies to
group1_y_unit group10_y_unit Allows to set the y-axis unit (step
between two y-axis values). |
No |
Any number greater than 0 |
None |
Group
Example |
Yes |
Yes |
group1_y_unit_display Applies to
group1_y_unit_display group10_y_unit_display Allows to show or
hide the y-axis unit. |
No |
Y Display y_unit N
hide y_unit |
Y |
Group
Example |
Yes |
Yes |
group1_y_unit_color Applies
to group1__y_unit_color group10_y_unit_color Sets the color of
the y unit. |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
Group
Example |
Yes |
Yes |
group1_y_axis_font_color Applies
to group1__y_unit_color group10_y_axis_font_color Sets the color of
the y axis font. |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
Group
Example |
Yes |
Yes |
group1_grid_line_hor Applies to
group1_grid_line_hor group10_grid_line_hor To enable and disable
horizontal grid lines. |
No |
Y enable N disable
|
Y |
Group
Example |
Yes |
Yes |
group1_grid_line_hor_type Applies to
group1_grid_line_hor_type group10_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 thinner the dashes. |
1 |
Group
Example |
Yes |
Yes |
group1_grid_line_hor_color Applies to
group1_grid_line_hor_color group10_grid_line_hor_color Allows to
set the minimum y axis value for a given group. |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
Group
Example |
Yes |
Yes |
chart1_height Applies to chart1_height to chart30_height. Allows to set the height for each chart when multiple charts are displayed.
|
No |
1 to 100 |
None |
2 charts with various heights |
Yes |
Yes |
depth3d Allows to set the
depth of the 3D bar. This value is only used with the 3D chart type.
|
No |
Positive number |
100 |
3D
Depth Example |
Yes |
Yes |
bg (also applet_bg
allowed) Sets the background color. Two colors can be defined to allow color gradual filling from one color to the other, the two colors have to be separated by a ";". [New] |
No |
Standard color coding as used for
HTML (eg FF9966). |
FFFFFF |
Background
Color Example |
Yes |
Yes |
bg_fill Sets the applet background filling |
No |
1 left filling
2 right filling
3 vertical filling
4 top filling
5 bottom filling
6 horizontal filling
7 tiny grid
8 small grid
9 grid
10 large grid
11 very narrow horizontal line
12 narrow horizontal line
13 horizontal line
14 wide horizontal line
15 very narrow vertical line
16 narrow vertical line
17 vertical line
18 wide vertical line
|
Null |
Fill example |
Yes |
Yes |
chart_bg Sets the chart
background color. Two colors can be defined to allow color gradual filling from one color to the other, the two colors have to be separated by a ";". [New] |
No |
Standard color coding as used for
HTML (eg FF9966). |
CCCCCC |
Chart / Graph
Background Color Example |
Yes |
Yes |
chart_bg_fill Sets the chart background filling |
No |
1 left filling
2 right filling
3 vertical filling
4 top filling
5 bottom filling
6 horizontal filling
7 tiny grid
8 small grid
9 grid
10 large grid
11 very narrow horizontal line
12 narrow horizontal line
13 horizontal line
14 wide horizontal line
15 very narrow vertical line
16 narrow vertical line
17 vertical line
18 wide vertical line
|
Null |
Fill example |
Yes |
Yes |
chart_border_color Sets the
chart border color. |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
Chart / Graph
Border Color Example |
Yes |
Yes |
chart_border_display Displays or hides the
chart border |
No |
Y Displays the chart
border N Hides the chart border |
Y |
Chart / Graph Border Display Example
|
Yes |
Yes |
title_text Title text |
Yes |
Any text. Text containing a line break "\n" will be recognised and the title will be displayed on multiple lines. |
Default chart |
Chart / Graph Title Text Example
|
Yes |
Yes |
title_text_align Title text alignment |
No |
CENTER LEFT RIGHT LEFT2 Aligned to the chart border RIGHT2 Aligned to the chart border |
CENTER |
<param name="title_text_align" "LEFT"> |
Yes |
Yes |
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" "FF9999">
|
Yes |
Yes |
title_font_size Sets the
size of the title font |
No |
Any number |
14 |
<param name="title_font_size" "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" "Courier">
|
Yes |
Yes |
title_font_style Font style
the title font. |
No |
PLAIN BOLD ITALIC |
PLAIN |
<param name="title_font_style" "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_text_align Sub-title 1 text alignment |
No |
CENTER LEFT RIGHT LEFT2Aligned to the chart border RIGHT2 Aligned to the chart border |
CENTER |
<param name="title_sub1_text_align" "LEFT"> |
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" "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" "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" "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" "ITALIC">
|
Yes |
Yes |
title_sub2_text Sub-title 2
text |
Yes |
Any text |
Default chart |
<param name="title_sub2_text" "In
millions"> |
Yes |
Yes |
title_sub2_text_align Sub-title 2 text alignment |
No |
CENTER LEFT RIGHT LEFT2 Aligned to the chart border RIGHT2 Aligned to the chart border |
CENTER |
<param name="title_sub2_text_align" "LEFT"> |
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" "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" "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" "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" "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 HORIZONTAL2 displays text horizontally on two lines alternatively
HALFLEFT x axis text 30 degrees rotated anti-clockwise
HALFRIGHT x axis text 30 degrees rotated clockwise
INSIDELEFT [New] x axis displayed inside the bar rotated to the left (only to be used for BAR and BAR3D charts)
INSIDERIGHT [New] x axis displayed inside the bar rotated to the right (only to be used for BAR and BAR3D charts)
|
HORIZONTAL |
X-axis font orientation Example
|
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" "FF9999">
|
Yes |
Yes |
x_axis_font_size Sets the
size of the x axis font. |
No |
Any number |
12 |
<param name="x_axis_font_size" "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" "Courier">
|
Yes |
Yes |
x_axis_font_style Font
style the x axis font. |
No |
PLAIN BOLD ITALIC |
PLAIN |
<param name="x_axis_font_style" "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 |
X-axis occurrence Example
|
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" "N">
|
Yes |
Yes |
x_axis_date Defines if the x axis values are based on dates or not. This parameter can only be used with XY chart types. |
No |
Y X axis data is based on date N X axis data is not based on date (on number) |
N |
X-axis date Example
|
Yes |
Yes |
x_axis_date_format Date format string |
No, but Yes if parameter x_axis_date is set to Y |
This format string describes the format the x_value dates are provided (eg an x_value="22-12-2001,23-12-2001" would have a format string of dd-MM-yyyy). The following date formats apply: year
yy // 02
yyyy // 2002
Month
M // 1
MM // 01
MMM // Jan
MMMM // January
Day
d // 9
dd // 09
Day in week
E // Wed
EEEE // Wednesday
Others
HH //hour
mm //minute
ss //seconds |
Null |
X-axis date Example
|
Yes |
Yes |
x_axis_date_format_display Display date format of x value |
No, but Yes if parameter x_axis_date is set to Y |
This format string describes the format the x_value dates are displayed (eg an x_value_date_format_display of yyyy-MM will display 1st 0f Jan 2005 as 2005-01). The following date formats apply: year
yy // 02
yyyy // 2002
Month
M // 1
MM // 01
MMM // Jan
MMMM // January
Day
d // 9
dd // 09
Day in week
E // Wed
EEEE // Wednesday
Others
HH //hour
mm //minute
ss //seconds |
Null |
X-axis date Example
|
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 |
X-axis title Example
|
Yes |
Yes |
x_axis_title_text X axis
title |
No, if parameter x_axis_tite=Y then
required |
Any text |
No text |
X-axis title Example
|
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 |
X-axis title Example
|
Yes |
Yes |
x_axis_title_font_size Sets
the size of the x axis title font. |
No |
Any number |
12 |
X-axis title Example
|
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 |
X-axis title Example
|
Yes |
Yes |
y_min Allows to set the
minimum y axis value |
No |
Any number |
None |
Y min Example
|
Yes |
Yes |
y_max Allows to set the
maximum y axis value |
No |
Any number |
None |
Y max Example
|
Yes |
Yes |
y_unit Allows to set the
y-axis unit (step between two y-axis values) |
No |
Any number greater than 0 |
None |
Y unit Example
|
Yes |
Yes |
y_unit_display Allows to
show or hide the y-axis unit |
No |
Y Display
y_unit N hide y_unit |
Y |
Y unit display Example
|
Yes |
Yes |
y_unit_color Sets the
color of the y unit |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
Y unit color Example
|
Yes |
Yes |
x_min Allows to set the
minimum x axis value (used for XY chart type) |
No |
Any number - if parameter x_axis_date is Y, then x_min must be a date in the same format as the dates in x_value. |
None |
X min Example
|
Yes |
Yes |
x_max Allows to set the
maximum x axis value (used for XY chart type) |
No |
Any number - if parameter x_axis_date is Y, then x_max must be a date in the same format as the dates in x_value. |
None |
X max Example
|
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 - if parameter x_axis_date is Y, then the x_unit must be set as followed: the value of the x_unit contains two parameters separated by a semi-colon. The first value defines what the unit type is (YEAR, MONTH, DAY, HOUR, MINUTE or SECOND). The second parameter defines the number of units defined as part of the first parameter. Eg x_unit = "DAY;5" will set the unit step between x values to 5 days. |
None |
X unit Example
|
Yes |
Yes |
x_unit_display Allows to
show or hide the x-axis unit (used for XY chart type) |
No |
Y Display
x_unit N hide x_unit |
Y |
<param
name="x_unit_display" "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" "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" "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" "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" "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" "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" "Courier">
|
Yes |
Yes |
y_axis_font_color Sets the
color of the y axis font. |
No |
Standard color coding as used for
HTML (eg FF9966). |
000000 |
<param name="y_axis_font_color" "FF9999">
|
Yes |
Yes |
y_axis_font_size Sets the
size of the y axis font. |
No |
Any number |
12 |
<param name="y_axis_font_size" "18">
|
Yes |
Yes |
y_axis_font_type Font type
of the y axis font. |
No |
Helvetica, Courier, TimesRoman,
Dialog, Symbol, Sans Serif, Arial and Wingdings |
Arial |
<param name="y_axis_font_type" "Courier">
|
Yes |
Yes |
y_axis_font_style Font
style the y axis font. |
No |
PLAIN BOLD ITALIC |
PLAIN |
<param name="y_axis_font_style" "ITALIC">
|
Yes |
Yes |
y_axis_value_display Allows to display or disable y axis
values. |
No |
Y show y axis
values N hide y axis values. |
Y |
<param name="y_axis_value_display" "N">
|
Yes |
Yes |
y_axis_value_format Allows to define the data value
format. |
No |
For further details please visit the
Sun
website. |
## |
<param name="y_axis_value_format" "###,###,00">
|
Yes |
Yes |
y_axis_offset Defines how much the y-axis is drawn off the actual chart (gap between actual chart and y-axis). |
No |
Any integer |
0 |
<param name="y_axis_value_format" "###,###,00">
|
Yes |
Yes |
y_axis_style Defines how the y-axis value is being displayed |
No |
BASIC Default style, displaying y-axis value to the left of the units
ABOVE Displaying y-axis value above the units
BELOW Displaying y-axis value below the units
|
0 |
<param name="y_axis_value_format" "###,###,00">
|
Yes |
Yes |
y_axis_text_align Defines how the y-axis values are aligned for horizontal bars
|
No |
RIGHT aligns the text to the right
LEFT aligns the text to the left
INSIDE [New] y axis text displayed inside the bar (only to be used for HORBAR or HORBAR3D charts)
|
0 |
<param name="y_axis_value_format" "###,###,00">
|
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 positions the
legend inside the chart on the top INTOPLEFT positions the
legend inside the chart on the top left INTOPRIGHT
positions the legend inside the chart on the top
right INBOTTOM positions the legend inside the chart on
the bottom INBOTTOMLEFT positions the legend inside the
chart on the bottom left INBOTTOMRIGHT positions the
legend inside the chart on the bottom right NONE legend
is not displayed |
RIGHT |
Y-axis align Example
|
Yes |
Yes |
legend_bg Sets the legend
background color. |
No |
Standard color coding as used for
HTML (eg FF9966). |
FFFFFF |
<param name="legend_bg" "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" "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" "FF9999">
|
Yes |
Yes |
legend_font_size Sets the
size of the legend font. |
No |
Any number |
14 |
<param name="legend_font_size" "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" "Courier">
|
Yes |
Yes |
legend_font_style Font
style the legend font. |
No |
PLAIN BOLD ITALIC |
PLAIN |
<param name="legend_font_style" "ITALIC">
|
Yes |
Yes |
s1_legend_marker Applies to
s1_legend_marker - s30_legend_marker Allows to use markers for legend series. |
No |
Y Shows legend
markers N Hides legend markers |
N |
Legend Marker
Example |
Yes |
Yes |
s1_legend_marker_type applies
to s1_legend_marker_type - s30_legend_marker_type If legend marker is
shown, this parameter allows to set the type of legend marker. |
No |
1 diamond 2
rectangle 3 triangle 4 circle 5 x
shape 6 cross 7 empty circle 8 empty
rectangle 9 empty diamond 10 small
circle 11 tiny circle 12 small
rectangle 13 tiny rectangle
14 3D small ball
15 3D big ball
|
Defaults are set depending on serie
|
Legend Marker
Type Example |
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
plotted graph data
OUTSIDE the data value is displayed
outside the plotted graph data. OUTSIDE is now also available for STACKEDBAR, STACKEDBAR3D, STACKEDHORBAR and STACKEDHORBAR3D
OUTSIDE2 Used for pie charts - displays data values with line connectors.
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" "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" "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" "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" "Courier">
|
Yes |
Yes |
data_value_font_style Font
style the data value font. |
No |
PLAIN BOLD ITALIC |
PLAIN |
<param name="data_value_font_style" "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" "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
SERIE display the serie label
|
N |
<param name="data_value_pct" "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" "1">
|
Yes |
Yes |
data_value_format (data_value_postfix and data_value_prefix
not supported anymore since this parameter can be used
instead) Allows to define the data value format. |
No |
For further details please visit the
Sun
website. |
2 |
<param name="data_value_format" "#00.00#">
|
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" "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 thinner the dashes. |
1 |
<param name="grid_line_hor_type" "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" "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 thinner the dashes. |
1 |
<param name="grid_line_ver_type" "0">
|
Yes |
Yes |
bar_width Sets the width of
bars (for any bar charts). |
No |
1 - 100 |
60 |
<param name="bar_width" "80"> |
Yes |
Yes |
bar_overlap Allows to overlap bars for bar charts |
No |
0 - 100, 0 is no overlap, while 100 is full overlap |
0 |
<param name="bar_overlap" "80"> |
Yes |
Yes |
pie_angle3d Sets the angle of 3D pie |
No |
1 - 100 |
50 |
<param name="pie_angle3d" "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" "url"> |
Yes |
No |
csv_location Defines the
location (URL) of the CSV file |
No (Yes if csv_type=url) |
A relative path or valid url
(including http://) |
No default |
<param name="csv_location" "/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" "5000">
|
Yes |
No |
csv_display Allows to ignore columns in a CSV file. This is especially useful if the CSV file cannot be manipulated for Swiftchart. For example this allows to drop columns which do not contain numeric data, or columns which should not be displayed in the chart. |
No |
Comma delimited string containing Y and N. The string must contain the same number of items as the number of columns in the CSV file (including the first column in the CSV file used for the x_value). CSV columns containg non number format columns must be ignored and set to N. Any column to be displayed must be set to Y. The first entry must be Y since this column is the x_value. |
Null |
<param name="csv_display" "Y,Y,N,N,N,Y,Y">
|
Yes |
No |
csv_title_text [New] Allows to define if the title text from the csv file is used or if the title text set with the title_text parameter. |
No |
Y Title provided in csv file is used N Title from title_text parameter is used |
Y |
<param name="csv_title_text" "N"> |
Yes |
Yes |
csv_x_value Allows to define if the x values from the csv file are used or if the x values set with the x_value parameter. |
No |
Y X values provided in csv file are used N X values from x_value parameter are used |
Y |
<param name="csv_x_value" "N"> |
Yes |
Yes |
csv_serie_label Allows to define if the serie labels from the csv file are used or if the serie labels set with the s1_labels (to 30_labels) parameter. |
No |
Y Serie labels provided in csv file are used N Serie labels from s1_label (to s30_label) parameter are used |
Y |
<param name="csv_serie_label" "N"> |
Yes |
Yes |
csv_title_text Allows to display the title in the CSV file either as the main chart title or as sub title 1 or 2. |
No |
Y CSV title displayed in chart title
SUB1 CSV title displayed in chart sub1 title
SUB1 CSV title displayed in chart sub2 title
|
Y |
<param name="csv_title_text" "SUB1"> |
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" "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" "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" "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" "FF9999">
|
Yes |
No |
popup_font_size Sets the
size of the popup font. |
No |
Any number |
12 |
<param name="popup_font_size" "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" "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" "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" "Y">
|
Yes |
Use the url_drill_target parameter,
set to _blank |
url_drill_text Contains the
url to be opened (absolute path, 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 |
url_drill_target Allows to set the target window in
which the url should be opened. Can only be used if
url_drill_newwindow is set to N |
No |
Target: eg _self |
Null |
<param name="url_drill_target" "_self">
|
Yes |
Yes |
url_drill_legend Enables url based drill downs for
legend items (serie labels) and passing context based information to
url's |
No |
Y url drill down is
enabled N url drill down is disabled |
N |
<param name="url_drill_legend" "Y">
|
Yes |
Yes |
url_drill_legend_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_legend_newwindow" "Y">
|
Yes |
Use the url_drill_legend_target
parameter, set to _blank |
url_drill_legend_text Contains the url to be opened
(absolute path, requires http://) |
No |
Any text
Special
parameters: @SE@: Shows Serie label |
None |
<param name="url_drill_legend_text" value="http://www.mysite/drill?val1=@SE@">
|
Yes |
Yes |
url_drill_legend_target Allows to set the target window in
which the url should be opened. Can only be used if
url_drill_newwindow is set to N |
No |
Target: eg _self, _blank |
Null |
<param name="url_drill_legend_target" "_self">
|
Yes |
Yes
|
range Defines the range for DIAL charts. A comma separated list, used together with range_color. The minimum number of list items is 2, defining 1 range.s |
No |
Comma delimited list |
0,100 |
<param name="range" "50,100,150,200">
|
Yes |
Yes
|
range_label Used to define the actual displayed range label for trafficlight charts. This is a comma delimited list where the number of list items in range_label must always be one less than the number of list items in range (eg the first list item in range_label defines the label for the range between list item 1 and 2 of the range parameter) |
No |
Comma delimited list |
Null |
<param name="range_label" "50 - 100,100 - 150,150 -200">
|
Yes |
Yes
|
range_color Sets the color for each range as defined in range. The number of list items in range_color must always be one less than the number of list items in range (eg the first list item in range_color defines the color for the range between list item 1 and 2 of the range parameter). |
No |
Comma delimited list - each list item is based on the standard color coding as used for HTML (eg FF9966). |
0000FF |
<param name="range_color" "FF9900,00FF00,FF0000">
|
Yes |
Yes
|
dial_layout Defines the appearance of the DIAL chart. There are 3 values, separated by a comma: start, end and orientation. |
No |
START,END,ORIENTATION
START: 0,1,2 or 3 (0=3 o'clock, 1=12 o'clock, 2=9 o'clock, 3=6 o'clock)
END: 2,3,4,5,6 or 7 (2=9 o'clock, 3=6 o'clock, 4=3 o'clock, 5=12 o'clock, 6=9 o'clock, 7=6 o'clock). END must either be 2 greater than START (180 degree dial) or END must either be 4 greater than START (360 degree dial)
ORIENTATION: 0 or 1. 0=anti-clockwise, 1=clockwise |
Null |
<param name="dial_layout" "0,4,1">
|
Yes |
Yes
|
x_target Allows to define x axis targets |
No |
Comma delimited list of up to 5 items. Each item must be an integer which relates to the x-axis item. For example 6 items in the x_axis: x_axis="a,b,c,d,e,f" and the following x_target: x_target="2,5" means that the first x axis target is drawn at position b, the second at position e.
[New]: if a an event is over a period of x axis values it is possible to define the start and end of the x axis target for thi period by separating the start and end value by a ";". In the above example if x_target is set to: x_target="2;5", the target wil cover the period from b to e. |
Null |
X-axis target example
|
Yes |
Yes
|
x_target_label Defines x axis target labels |
No |
Comma delimited list of up to 5 items. Each item sets the label for the targets defined within the x_target parameter. The number of items must be the same as the number of items in x_target. |
Null |
X-axis target label example
|
Yes |
Yes
|
x_target_color Defines x axis target colors |
No |
Comma delimited list of up to 5 items. Each item sets the color for the targets defined within the x_target parameter. The number of items must be the same as the number of items in x_target. Each list item is based on the standard color coding as used for HTML (eg FF9966).
[New]: it is possible to set the actual target color as well as the target label color by providing for a target two colors separated by a ";". |
Null |
X-axis target color example
|
Yes |
Yes
|
y1_target (to y5_target) Defines y axis targets |
No |
Any numbernumber within the minimal and maximum y-axis value. |
Null |
Y-axis target example
|
Yes |
Yes
|
y1_target_label (to y5_target_label) Defines y axis target labels |
No |
Any text |
Null |
Y-axis target label example
|
Yes |
Yes
|
y1_target_color (y5_target_color) Defines y axis target colors |
No |
The color is based on the standard color coding as used for HTML (eg FF9966). |
Null |
Y-axis target color example
|
Yes |
Yes
|
y1_target_above_fill (y5_target_above_fill) Allows to define if a line chart should be filled above a certain target value |
No |
Y Target above filling enabled N Target above filling disabled |
N |
Target fill example
|
Yes |
Yes
|
y1_target_above_fill_color (y5_target_above_fill_color) Defines the color for the above color filling |
No |
Standard color coding as used for HTML (eg FF9966). |
FF0000 |
Target fill example
|
Yes |
Yes
|
y1_target_below_fill (y5_target_below_fill) Allows to define if a line chart should be filled below a certain target value |
No |
Y Target below filling enabled N Target below filling disabled |
N |
Target fill example
|
Yes |
Yes
|
y1_target_below_fill_color (y5_target_below_fill_color) Defines the color for the below color filling |
No |
Standard color coding as used for HTML (eg FF9966). |
00FF00 |
Target fill example
|
Yes |
Yes
|
y1_target_above_marker (y5_target_above_marker) Allows to define if a specific marker should used for line values above a target |
No |
Y Marker above enabled N |