xy_plots axis attributes | |
|---|---|
axis_name = | an existing axis |
tic_marks = | on_off |
axis_label = | on_off |
all_color = | an existing color |
axis_color = | an existing color |
label_color = | an existing color |
numbers_color = | an existing color |
scientific_notation = | integer |
trailing_zeros = | on_off |
decimal_places = | integer |
xy_plots axis attributes & | |
|---|---|
axis_name = | haxis & |
tic_marks = | on & |
axis_label = | on |
visibility = | off |
Parameter | Value Type | Description |
|---|---|---|
axis_name | An Existing Axis | Specifies a text string that specifies the name of an axis, which you assign when you create an axis. |
tic_marks | On_Off | This parameter controls the visibility of axis tic marks. |
axis_label | On_Off | Specifies the visibility of the axis label. |
all_color | An Existing Color | Allows the user to set the color for an XY plot's title, subtitle, horizontal and vertical axis labels, axis numbers, plot grid, tic marks, and plot border. |
axis_color | An Existing Color | Specifies the color of the axis line |
label_color | An Existing Color | Specifies the color of the axis label |
numbers_color | An Existing Color | Specifies the color of the axis numbers |
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 | Intger | 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. |
visibility | On_Off | Specifies whether the axis is to be displayed or otherwise. |