| Attributes |
| Name | Required | Request-time | Type | Description |
| alternateColor | false | true | java.lang.String | Set the second color of an Interlaced grid color. |
| autoScale | false | true | java.lang.String | Instructs Chart FX to always recalculate the specified Axis scale values (Min, Max) when new values are set to the chart. The available values are: TRUE and FALSE. |
| customSteps | false | true | java.lang.String | Allows you to set a custom step for the selected axis. |
| firstLabel | false | true | java.lang.String | Used to control the first label displayed on a selected axis. |
| font | false | true | java.lang.String | Allows you to change the label Font attributes of the selected axis. |
| forceZero | false | true | java.lang.String | Used to set the minimum value of a numerical axis to zero even if the data minimum value does not start at zero. The available values are: TRUE and FALSE. |
| gridlines | false | true | java.lang.String | Allows you to display or hide gridlines at the major intervals for the selected axis. The available values are: TRUE and FALSE. |
| interlaced | false | true | java.lang.String | Creates a grid of alternating colors for a selected axis to improve chart readability. The available values are: TRUE and FALSE. |
| inverted | false | true | java.lang.String | Sets a selected numerical axis max value lesser than the min value. The available values are: TRUE and FALSE. |
| labelAngle | false | true | java.lang.String | Sets the text rotation for the labels in the selected axis. |
| labelValue | false | true | java.lang.String | Allows you to set associate text labels to major tick marks in a numerical axis. |
| logBase | false | true | java.lang.String | Used to set a logarithmic scale for a numerical axis and recalculate the values as powers equal to the setting of this property. |
| max | false | true | java.lang.String | Defines the maximum value of a specific axis. |
| min | false | true | java.lang.String | Defines the minimum value of a selected axis. |
| minorGridlines | false | true | java.lang.String | Allows you to display or hide gridlines at the minor intervals on the selected axis. The available values are: TRUE and FALSE. |
| minorStep | false | true | java.lang.String | Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis. |
| minorTickMark | false | true | java.lang.String | Allows you to get or set the style for tick marks at the minor gridlines on the selected axis. The available values are: NONE, OUTSIDE, INSIDE and CROSS. |
| notify | false | true | java.lang.String | Used to enable or disable the GetAxisLabel event so you can customize labels on the specified axis. The available values are: TRUE and FALSE. |
| pane | false | true | java.lang.String | Specifies the Pane for the Axis. |
| pixPerUnit | false | true | java.lang.String | Gives you the ability to control how many pixels per unit are there in the selected axis. |
| position | false | true | java.lang.String | Specifies the placement of the axis labels and tick marks relative to the chart. The available values are: NEAR, CENTER and FAR. |
| scaleUnit | false | true | java.lang.String | Returns or sets the scale unit of a selected axis. |
| scrollPosition | false | true | java.lang.String | Allows you to set the starting scroll position when a chart is scrollable. |
| separation | false | true | java.lang.String | Allows you to specify a gap in pixels between multiple axis. |
| staggered | false | true | java.lang.String | Alternates the level of the axis labels for the selected axis labels. The available values are: TRUE and FALSE. |
| step | false | true | java.lang.String | Specifies the interval of major tick marks and gridlines on the selected axis. |
| style | false | true | java.lang.String | Allows you to add additional styles to the selected axis. The available values are: HIDE_TEXT, NOTIFY, SHOW_2_LEVELS, SINGLE_LINE, BREAK_ZERO, HIDE, NOT_CLIPPED, INTERLACED, CENTERED, ROTATE_TEXT, LONG_TICK, AUTO_SCALE, FORCE_ZERO, DEFAULT, SHOW_ENDS, NO_ROUND_STEP, IGNORE_LABELS, GRID_FRONT, INVERTED, DETECT_AREA and SHOW_INTERMEDIATE_LOG_LABELS. |
| textColor | false | true | java.lang.String | Changes the text color of the axis labels for the selected axis. |
| tickMark | false | true | java.lang.String | Allows you to get or set the style for tick marks at the major gridlines on the selected axis. The available values are: NONE, OUTSIDE, INSIDE and CROSS. |
| title | false | true | java.lang.String | Used to bind a Title object. |
| visible | false | true | java.lang.String | Shows or hides the lines, labels, tick marks and grids for the selected axis. The available values are: TRUE and FALSE. |
| YAxis | false | true | java.lang.String | Used to set the orientation (X or Y) for a newly created axis. The available values are: TRUE and FALSE. |