begingraph; layout overlay / yaxisopts=( griddisplay=on display=(ticks tickvalues) ); seriesplot x=month y=predict; endlayout; endgraph;
ROTATE | Tick values are rotated 45 degrees. This value is not available for a Y or Y2 axis. |
NONE | Do not attempt to fit ticks that collide. |
ROTATETHIN | Attempt ROTATE policy and then THIN policy. This value is not available for a Y or Y2 axis. |
STAGGER | Tick values alternate between two rows. This value is not available for a Y or Y2 axis. |
STAGGERROTATE | Attempt STAGGER policy and then ROTATE policy. This value is not available for a Y or Y2 axis. |
STAGGERTHIN | Attempt STAGGER policy and then THIN policy. This value is not available for a Y or Y2 axis. |
STAGGERTRUNCATE | Attempt STAGGER policy and then TRUNCATE policy. This value is not available for a Y or Y2 axis. |
TRUNCATE | Tick values are shortened when they exceed a certain number of characters. This value is not available for a Y or Y2 axis. |
TRUNCATEROTATE | Attempt TRUNCATE policy and then ROTATE policy. This value is not available for a Y or Y2 axis. |
TRUNCATESTAGGER | Attempt TRUNCATE policy and then STAGGER policy. This value is not available for a Y or Y2 axis. |
TRUNCATETHIN | Attempt TRUNCATE policy and then THIN policy. This value is not available for a Y or Y2 axis. |
THIN | Some tick values are removed. |
EXTRACT | Instead of actual tick values, display consecutive integers along the axis to represent those tick values. (See the Requirement for additional information.) In most cases, this policy is implemented if the system estimates that a collision might occur. If no collision occurs, the actual tick values are displayed on the axis in the normal manner. |
EXTRACTALWAYS | Same as EXTRACT, except that the extraction is implemented regardless of whether collision occurs. |
MAXWIDTH = integer | Specifies the maximum width for displayed tick values. Values might be rounded or converted to E notation to fit into this width. |
MAXDECIMALS = integer | Specifies the maximum number of decimals for displayed tick values. Values might be rounded or converted to E notation to fit into this width. MAXWIDTH > MAXDECIMALS |
PREFERREDDECIMALS = integer | Specifies the number of decimal places desired for most values. The actual number might vary based on other constraints. |
EXTRACTSCALE = boolean | Specifies whether to extract a scale factor from the tick values and use it to reduce the tick value width. For large tick values, the scale factor is set to ensure that the absolute value of the largest value is greater than 1. The scale can be millions, billions, or trillions for values of 999 trillion or less, or a multiple of 10 (denoted as 10^n) for values over 999 trillion. For small fractional tick values, the scale factor is set to ensure that the absolute value of the smallest value is greater than 1. The scale can be millionth, billionth, or trillionth for values of 1 trillionth or more, or a multiple of 1/10 (10^–n) for values less than 1 trillionth. The scale used is appended to the axis label. For example: Total Sales (millions). |
START = number | Specifies the value for the first tick mark. |
END = number | Specifies the value for the last tick mark. |
INCREMENT = number | Specifies the increment for intermediate tick marks between the first and last tick marks. The END value always controls the last tick mark. The interval between the last tick mark and the previous tick mark might not necessarily be the INCREMENT value. |
THIN | Some tick values are removed. |
ROTATE | Tick values are rotated 45 degrees. |
ROTATETHIN | Attempt ROTATE policy and then THIN policy. |
STAGGER | Tick values alternate between two rows. |
STAGGERROTATE | Attempt STAGGER policy and then ROTATE policy. |
STAGGERTHIN | Attempt STAGGER policy and then THIN policy. |