xy_plots legend create | |
|---|---|
legend_name = | a new legend |
height = | real |
width = | real |
location = | real |
placement = | plot_legend_place2 |
visible = | boolean |
border = | boolean |
fill = | boolean |
xy_plots legend create & | |
|---|---|
xy_plots legend create legend_name = | legend_object__1 & |
xy_plots legend create height = | 10 & |
xy_plots legend create width = | 10 & |
xy_plots legend create placement = | top_right & |
xy_plots legend create visible = | yes |
Parameter | Value Type | Description |
|---|---|---|
legend_name | A New Legend | Specifies the name of the legend |
height | Real | Specifies a height for the info window |
width | Real | Specifies a width for the info window |
location | Real | Enter two real values, specifying the x, y location of the legend. |
placement | Plot_legend_place2 | Specifies whether the axis is on the top, bottom, left, or right of the plot graph or directly as part of the plot area itself. |
visible | Boolean | Sets whether or not the legend is visible |
border | Boolean | Sets whether or not a border appears around the legend |
fill | Boolean | Sets the transparency of the legend background |
axis_limits_display | on_off_no_opinion | Specifies whether the axis limits are to be displayed (for each legend entry) or otherwise. Applicable only for legends with the placement type specified as 'plot' |
units_display | on_off_no_opinion | Specifies whether the units are to be displayed (for each legend entry) or otherwise. Applicable only for legends with the placement type specified as 'plot' |
scientific_notation | Integer | This controls the lower and upper powers of ten where the format for real numbers switches from a fixed point format to scientific notation. Applicable to the axis limits display. |
trailing_zeros | On_off | This controls whether or not trailing zeros are printed for real numbers. Applicable to the axis limits display. |
decimal_places | Integer | This controls how many places are written after the decimal point for real numbers. The default value is ten decimal places. Applicable to the axis limits display. |