| Attributes |
| Name | Required | Request-time | Type | Description |
| alignment | false | true | java.lang.String | Allows you to align the data editor in the bottom of the chart area. The available values are: SPREAD, NEAR, CENTER and FAR. |
| autoSize | false | true | java.lang.String | Allows Chart FX to calculate the best size according to the tool position. The available values are: TRUE and FALSE. |
| backColor | false | true | java.lang.String | Sets the background color for the data editor. |
| backColorData | false | true | java.lang.String | Sets the background color of the cells on the data editor. |
| backColorDataAlternate | false | true | java.lang.String | Assigns the alternate color for the setInterlaced(int) property. |
| backColorHeader | false | true | java.lang.String | Sets the background color of the header for the Data Editor. |
| borderObject | false | true | java.lang.String | Sets a default or image border to the data editor. |
| docked | false | true | java.lang.String | Sets the data editor position as docked, floating or fixed. The available values are: TOP, BOTTOM, LEFT and RIGHT. |
| font | false | true | java.lang.String | Sets the font attributes for the data editor. |
| height | false | true | java.lang.String | Sets the height for the data editor when the selected legend is docked or fixed. The Value is specified in pixels. |
| hideXValues | false | true | java.lang.String | Used to hide the XValues in the data editor of an XY plot chart. The available values are: TRUE and FALSE. |
| horizontalGridColor | false | true | java.lang.String | Allows you to select the Horizontal line color for the gridline displayed at the Data Editor box. |
| interlaced | false | true | java.lang.String | Used to separate the lines of the data editor with different colored lines to make the data easier to read. The available values are: NONE, HORIZONTAL and VERTICAL. |
| maxSizePercentage | false | true | java.lang.String | Allows you to specify the maximum percentage of the chart area the data editor can occupy. |
| scrollPosition | false | true | java.lang.String | Sets the first visible cell in the data editor. |
| showHeader | false | true | java.lang.String | Shows or hides the header of the data editor object. The available values are: TRUE and FALSE. |
| showHiddenSeries | false | true | java.lang.String | Displays hidden series of a chart in the data editor. The available values are: TRUE and FALSE. |
| showMarkers | false | true | java.lang.String | Adds or removes the series indicator displayed on the side of the data editor. The available values are: TRUE and FALSE. |
| textColorData | false | true | java.lang.String | Sets the text color of the cells on the data editor. |
| textColorDataAlternate | false | true | java.lang.String | Allows you to set the alternate text color for text in the data editor cells. |
| textColorHeader | false | true | java.lang.String | Sets the text color of the headers on the data editor. |
| toolBorder | false | true | java.lang.String | Allows the developer to specify the style for the border for the data editor. The available values are: NONE, EXTERNAL and INTERNAL. |
| useRawData | false | true | java.lang.String | Sets a value indicating whether to use raw data or use caculated values in the DataEditor. |
| verticalGridColor | false | true | java.lang.String | Allows you to select the Vertical line color for the gridline displayed at the data editor box. |
| visible | false | true | java.lang.String | Shows or hides the data editor in the chart. The available values are: TRUE and FALSE. |
| width | false | true | java.lang.String | Sets the width for the data editor when it is docked or fixed. The value is set in pixels. |
| XValuesAsHeaders | false | true | java.lang.String | Sets a value instructing that XValues be used as the headers in the data editor. |