Y1 and Y2 statements set parameters of the left value
axis (Y1) and the right value axis (Y2). Format of the statements: Y1-; width; Ycolor; min; max; step; strokestep; Xlocate; size; font; fontcolor; bold; italic; text; bgcolor Y2-; width; Ycolor; min; max; step; strokestep; Xlocate; size; font; fontcolor; bold; italic; text; bgcolor |
Parameter |
Purpose |
Comment |
width | Width of the axis line (1 - 5) | 1 |
Ycolor | Color of the axis line and the horizontal gridlines | black |
min | Minimal value of the axis scale | Minimal value of the data |
max | Maximal value of the axis scale | Maximal value of the data |
step | Step of the labels and the gridlines placing | Calculated automatically |
strokestep | Step of the additional strokes placing | Strokes are not rendered |
Xlocate | Value where category axis (X) is crossed value axis | Minimal value of the axis scale |
size | Font size | 14 |
font | Font name | Arial |
fontcolor | Font color of axis labels and axis title | black |
text | Text of the axis title | |
bgcolor | Background color of the axis labels and the axis title |
Values in the column "Comment" are used if the
corresponding parameter is omitted. If symbol "-" is coded, gridlines will be rendered. Parameter bold sets the bold font. Parameter italic sets the italic font. Color you can set in two ways: by using following color names: black, silver, gray, maroon, purple, fuchsia, aqua, teal, navy, olive, lime, blue, green, red, white, yellow; by using numbers to denote a red-green-blue (RGB) color value in format #RGB or #RRGGBB, for example, #F00 or #FF0000. If defined minimal value of the axis scale is more then data minimal value, this data minimal value will be used as the minimal value of the axis scale. If defined maximal value of the axis scale is less than data maximal value, this data maximal value will be used as the maximal value of the axis scale. Parameters min, max, step, strokestep and Xlocate are coded in a format of numbers with integer and decimal parts. The integer part can be separated from the decimal part by point or comma. Negative numbers are coded with minus. Number of decimal digits in decimal part of the parameter step sets number of signs in a decimal part of axis labels and values at V1 and V2 chart type. By default the axis title is placed at above of axis. First one or two symbols of parameter text set location of the axis title at the left of axis Y1 or at the right of axis Y2 (these symbols are not rendered), the direction of text layout and the alignment of the text: "<" - text is wrote bottom-up with alignment to the left; ">" - text is wrote bottom-up with alignment to the right; "|" - text is wrote bottom-up with alignment to the center; " <<" - text is wrote top-down with alignment to the left; ">> " - text is wrote top-down with alignment to the right; "||" - text is wrote top-down with alignment to the center. If Y1 or Y2 statement is not coded, the corresponding axis is not rendered. |