Nodes representing AxisY on the graph -> AxisX
parameter name | default value(*1) | description | |
---|---|---|---|
Axis Parameter: | |||
min | required | Minimum value of AxisY(lower-end value) (*2) | |
max | required | Maximum value of AxisY(upper-end value) (*2) | |
autoscale | 'none' | scale: If the simulation result shows a value that exceeds the range of AxisY, min, max will be automatically set to display the value. none: fixed. |
|
Axis Title and Label Setting: | |||
(1) | gridStep | (automatically set) | Interval of displaying grid When omitted, it controls the axis interval automatically. |
(2) | labelStep | (value of gridStep) | Interval of displaying labels When omitted, it selects the value of gridStep. |
(3) | labelSize | Parent node value | Font size of the label text See Font. |
labelStyle | Parent node value | Font style of the label text See Font. |
|
labelColor | Parent node value | Color of the label text See Color. |
|
(4) | axisSize | Parent node value | Font size of the axis title text See Font. |
axisStyle | Parent node value | Font style of the axis title text See Font. |
|
axisColor | Parent node value | Color of the axis title text See Color. |
|
(7) | does plot label | 'true' | Specifies whether to display the label title text true: display / false:hide |
pattern | (automatically set) | When the display format(See java.lang.DecimalFormat )of the label is omitted, it is displayed in the same style as the value of the parameter tree. |
|
Display Style Setting: | |||
(5) | origin | required | Start position of AxisY based on page/referenceHeight |
(6) | length | required | Length of AxisY based on page/referenceHeight |