SW_DEFAULT_PageSize |
A4 |
Default Page Size for PDF report Output. Values may be |
SW_DEFAULT_PageOrientation |
Portrait |
Default Orientation for all PDF report output |
SW_DEFAULT_TopMargin |
1cm |
Default margin to be left at the top of all PDF
output |
SW_DEFAULT_BottomMargin |
2cm |
Default margin to be left at the bottom of all PDF
output |
SW_DEFAULT_LeftMargin |
1cm |
Default margin to be left at the left of all PDF
output |
SW_DEFAULT_RightMargin |
1cm |
Default margin to be left at the right of all PDF
output |
SW_DEFAULT_pdfFont |
Helvetica |
Default font to be used within all PDF output. Current
fonts available are Helvetica, Times and Courirer |
SW_DEFAULT_pdfFontSize |
10 |
Default font size to be used within all PDF
output |
SW_DEFAULT_GraphWidth |
800 |
Default width of all graphs printed within HTML report
output. Measured in pixels. |
SW_DEFAULT_GraphHeight |
400 |
Default height of all graphs printed within HTML report
output. Measured in pixels. |
SW_DEFAULT_GraphWidthPDF |
500 |
Default width of all graphs printed within PDF report
output. Measured in pixels. |
SW_DEFAULT_GraphHeightPDF |
250 |
Default height of all graphs printed within PDF report
output. Measured in pixels. |
SW_DEFAULT_XTickLabelInterval |
1 |
Default x axis label placement interval. A value of 2
will place an x axis label against every other tick along the x
axis. |
SW_DEFAULT_YTickLabelInterval |
false |
Default y axis label placement interval. A value of 3
will place an y axis label against every other tick along the y
axis. |
SW_DEFAULT_XTickInterval |
false |
Default tick placement interval along X axis for report
graphs. A value of 2 would place a tick mark against every other
value along the x axis. |
SW_DEFAULT_GridPosition |
back |
Indicates whether graphs by default should show a grid behind or in front of the plots. |
SW_DEFAULT_XGridDisplay |
none |
Indicates whether to show vertical grid lines within graph by default. Values are none(No grid lines), major(Grid lines against major tick marks only) or all(Grid lines for all tick marks) |
SW_DEFAULT_XGridColor |
gray |
Color for vertical grid lines |
SW_DEFAULT_YGridDisplay |
none |
Indicates whether to show horizontal grid lines within graph by default. Values are none(No grid lines), major(Grid lines against major tick marks only) or all(Grid lines for all tick marks) |
SW_DEFAULT_YGridColor |
gray |
Color for horizontal grid lines |
SW_DEFAULT_TitleFont |
Font1 |
Default font for graph title. Allowed fonts are Font1,Font2,Font3,Arial,Times,Verdana,Courier,Book,Comic,Script |
SW_DEFAULT_TitleFontStyle |
Normal |
Default style for graph title. Allowed values are Normal,Bold,Italic,Bold+Italic |
SW_DEFAULT_TitleFontSize |
12 |
Font size changes are only allowed for font families other than Font1,Font2,Font3 |
SW_DEFAULT_TitleColor |
black |
Default color for graph title text |
SW_DEFAULT_XTitleFont |
Font1 |
Default font for x-axis title. Allowed fonts are Font1,Font2,Font3,Arial,Times,Verdana,Courier,Book,Comic,Script |
SW_DEFAULT_XTitleFontStyle |
Normal |
Default style for x-axis title. Allowed values are Normal,Bold,Italic,Bold+Italic |
SW_DEFAULT_XTitleFontSize |
12 |
Font size changes are only allowed for font families other than Font1,Font2,Font3 |
SW_DEFAULT_XTitleColor |
black |
Default color for x-axis title text |
SW_DEFAULT_YTitleFont |
Font1 |
Default font for y-axis title. Allowed fonts are Font1,Font2,Font3,Arial,Times,Verdana,Courier,Book,Comic,Script |
SW_DEFAULT_YTitleFontStyle |
Normal |
Default style for y-axis title. Allowed values are Normal,Bold,Italic,Bold+Italic |
SW_DEFAULT_YTitleFontSize |
12 |
Font size changes are only allowed for font families other than Font1,Font2,Font3 |
SW_DEFAULT_YTitleColor |
black |
Default color for y-axis title text |
SW_DEFAULT_XAxisFont |
Font1 |
Default font for x-axis labels. Allowed fonts are Font1,Font2,Font3,Arial,Times,Verdana,Courier,Book,Comic,Script |
SW_DEFAULT_XAxisFontStyle |
Normal |
Default style for x-axis labels. Allowed values are Normal,Bold,Italic,Bold+Italic |
SW_DEFAULT_XAxisFontSize |
12 |
Font size changes are only allowed for font families other than Font1,Font2,Font3 |
SW_DEFAULT_XAxisColor |
black |
Default color for x-axis label text |
SW_DEFAULT_YAxisFont |
Font1 |
Default font for y-axis labels. Allowed fonts are Font1,Font2,Font3,Arial,Times,Verdana,Courier,Book,Comic,Script |
SW_DEFAULT_YAxisFontStyle |
Normal |
Default style for y-axis labels. Allowed values are Normal,Bold,Italic,Bold+Italic |
SW_DEFAULT_YAxisFontSize |
12 |
Font size changes are only allowed for font families other than Font1,Font2,Font3 |
SW_DEFAULT_YAxisColor |
black |
Default color for y-axis label text |