| Attributes |
| Name | Required | Request-time | Type | Description |
| allowDrag | false | true | java.lang.String | Enables or prevents the end user from dragging a marker with the mouse to change its value.
The available values are:TRUE and FALSE. |
| allowEdit | false | true | java.lang.String | Enables or prevents the end user from altering data through the data editor.
The available values are:TRUE and FALSE. |
| angleX | false | true | java.lang.String | Allows you to set a 3D rotation angle around the X-axis. |
| angleY | false | true | java.lang.String | Allows you to set a 3D rotation angle around the Y-axis. |
| axesStyle | false | true | java.lang.String | Used to change the style of the axes surrounding the chart area. |
| backColor | false | true | java.lang.String | Sets the chart background color. |
| backObject | false | true | java.lang.String | Allows you to assign a gradient or an image to the background of a chart. |
| border | false | true | java.lang.String | Shows or hides the marker borders for all data series in the chart. The available values are:TRUE and FALSE. |
| borderColor | false | true | java.lang.String | Sets the border color for all data series in the chart. |
| borderEffect | false | true | java.lang.String | Alters the visual effect of the border surrounding the chart area as well as the border between the series. |
| borderObject | false | true | java.lang.String | Sets a Default or Image Border to the chart. |
| bottomGap | false | true | java.lang.String | Defines the bottom margin between the chart and the bounding rectangle. |
| chart3D | false | true | java.lang.String | Toggles the chart between 2D and 3D modes. The available values are:TRUE and FALSE. |
| chartStyle | false | true | java.lang.String | Mask property to define end user access to several functions provided through the Chart FX end user interface. For more detail see Javadoc API. |
| cluster | false | true | java.lang.String | Displays a z-clustered 3D chart. The available values are:TRUE and FALSE. |
| configPath | false | true | java.lang.String | Sets the path for the location of the configuration files. |
| contextMenus | false | true | java.lang.String | Allows you to enable or disable context sensitive menus when the user right clicks a particular Chart FX element. The available values are: TRUE and FALSE. |
| crossHairs | false | true | java.lang.String | Enables or disables Cross-Hairs markers in the chart. The available values are:TRUE and FALSE. |
| culture | false | true | java.lang.String | Allows you to localize charts for a specific language and region. |
| cylSides | false | true | java.lang.String | Sets a 3D cylindrical or conical shape to all data series in a chart. |
| dataEditor | false | true | java.lang.String | Allows you to show or hide the Data Editor in the chart area. The available values are:TRUE and FALSE. |
| dataSource | false | true | java.lang.String | Sets the source containing the values used to populate the chart. |
| dataStyle | false | true | java.lang.String | Controls how Chart FX plots the fields in the dataSource. The Available values are: DEFAULT, NO_MIN_MAX, TRANSPOSE, USE_BLOB_TEXT, KEEP_SER_LEG, KEEP_LEGEND, ALLOC_HIDDEN, READ_XVALUES, READ_INI_VALUES, DATES_AS_LABELS |
| dirty | false | true | java.lang.String | Specifies if the chart has been modified by the user. |
| embeddedData | false | true | java.lang.String | Specifies if chart data will be embedded in the resulting html. |
| fileMask | false | true | java.lang.String | Allows customization of data to be exported by using the ChartIO feature. For more information see Javadoc API. |
| font | false | true | java.lang.String | Sets the font attributes for the entire chart. |
| gallery | false | true | java.lang.String | Sets the chart type. The available values are: LINES, BAR, CURVE, SCATTER, PIE, AREA, PARETO, STEP,HI_LOW_CLOSE, SURFACE, RADAR, CUBE, DOUGHNUT, PYRAMID, BUBBLE, OPEN_HI_LOW_CLOSE, CANDLESTICK, CONTOUR, CURVE_AREA and GANTT. |
| galleryObj | false | true | java.lang.String | Provides access to the GalleryObj object to assign additional attributes to the selected gallery type. |
| gaps | false | true | java.lang.String | Used to set the top, bottom, left and right gaps for a chart. |
| grid | false | true | java.lang.String | Sets the vertical and/or horizontal grids for charts. Available values are: HORZ, VERT and NONE. |
| height | false | true | java.lang.String | Specifies the suggested height of the chart when generating images. |
| htmlTag | false | true | java.lang.String | Allows you to select the type of tag generated by ChartFX. |
| ID | false | true | java.lang.String | Sets the Map name for the Image Map. |
| imgHeight | false | true | java.lang.String | Specifies the suggested height of the chart when generating images. |
| imgMap | false | true | java.lang.String | Allows you to control how ToolTip will appear in the chart area. |
| imgQuality | false | true | java.lang.String | Allows you to set the image quality for generated Jpeg chart images. |
| imgSizeable | false | true | java.lang.String | Allows you to specify if Chart images will be based on pixels or percentages.The available values are:TRUE and FALSE. |
| imgTags | false | true | java.lang.String | A string property that will be appended to the IMG tag created by Chart FX. |
| imgWidth | false | true | java.lang.String | Specifies the suggested width of the chart when generating images. |
| insideBackObject | false | true | java.lang.String | Allows you to assign a gradient to the inside area of a chart. |
| insideColor | false | true | java.lang.String | Changes the color of the inner charting area. |
| leftGap | false | true | java.lang.String | Specifies the left margin between the chart and the bounding rectangle. |
| legendBox | false | true | java.lang.String | Shows or hides the Legend box in the chart area. The available values are:TRUE and FALSE. |
| lineStyle | false | true | java.lang.String | Sets a line style to chart borders and 2D lines. |
| lineWidth | false | true | java.lang.String | Sets the line width (or thickness) for chart borders or 2D lines. |
| mainClient | false | true | java.lang.String | Gets or sets a value indicating whether to generate an object with a small "wrapper" control for faster downloads when generating .NET Client Controls. Available values are TRUE or FALSE. |
| markerShape | false | true | java.lang.String | Specifies the shape of the point markers painted in the chart. |
| markerSize | false | true | java.lang.String | Controls the size of the markers in the chart. |
| markerStep | false | true | java.lang.String | Controls how frequently point markers are shown in the chart. |
| memImage | false | true | java.lang.String | Specifies if the chart will be generated in the server memory instead of writting a temporary file. The available values are TRUE or FALSE. |
| menuBar | false | true | java.lang.String | Allows you to show or hide the Chart FX MenuBar. The available values are:TRUE and FALSE. |
| multipleColors | false | true | java.lang.String | Allows for independently colored data points. The available values are:TRUE and FALSE. |
| NSeries | false | true | java.lang.String | Used to read the number of series available in a chart. |
| NValues | false | true | java.lang.String | Used to read the number of data points per series in a chart. |
| outputType | false | true | java.lang.String | Specifies the format of the chart image. The available values are PNG, JPEG, .NET and AUTO. |
| outputWriter | false | true | java.lang.String | Allows selection of a specific external output writer for generating charts. |
| pageColor | false | true | java.lang.String | Allows you to specify a form background color needed to fill areas around image border shadowing. |
| palette | false | true | java.lang.String | Allows you to set a Chart FX pre-defined palette. |
| personalizedFlags | false | true | java.lang.String | Sets the preferences for saving and loading personalized charts. |
| personalizedName | false | true | java.lang.String | Allows you to use the same name for more that one chart or change the default name. |
| perspective | false | true | java.lang.String | Allows you to set a 3D perspective to control the view of the chart depth. |
| pointFont | false | true | java.lang.String | Allows you to select a different collection of wingding fonts for use as marker shapes. |
| pointLabelAlign | false | true | java.lang.String | Allows you to align point labels using the marker as a reference. Available values are: LEFT, CENTER, RIGHT, TOP, VCENTER and BOTTOM. |
| pointLabelAngle | false | true | java.lang.String | Sets the amount of text rotation for the labels. |
| pointLabelColor | false | true | java.lang.String | Sets the color of the point label text for the entire chart. |
| pointLabelFont | false | true | java.lang.String | Allows you to set a font directly to the point labels in a chart. |
| pointLabelMask | false | true | java.lang.String | Allows you to customize the labels that appear when you set the PointLabels property. |
| pointLabelOffset | false | true | java.lang.String | Allows you to customize the point label position by configuring X and Y coordinates. |
| pointLabels | false | true | java.lang.String | Displays the value on each data point for all series in the chart. The available values are:TRUE and FALSE. |
| proxyUri | false | true | java.lang.String | Used to add the Proxy URI of a proxy server. |
| rightGap | false | true | java.lang.String | Specifies the right margin between the chart and the bounding rectangle. |
| scheme | false | true | java.lang.String | Allows you to change the color scheme in the chart. |
| scrollable | false | true | java.lang.String | Enables or disables chart scrolling. The available values are:TRUE and FALSE. |
| serLegBox | false | true | java.lang.String | Shows or hides the series legend box in the chart. The available values are:TRUE and FALSE. |
| showTips | false | true | java.lang.String | Allows you to enable or disable tooltips when the user positions the mouse over a particular Chart FX element in the chart area only. The available values are:TRUE and FALSE. |
| smoothFlags | false | true | java.lang.String | Gives a smooth visual effect to a particular chart elements. Available values are: FILL, BORDER, TEXT and NONE. |
| stacked | false | true | java.lang.String | Allows you to select the stacked style in the chart. |
| styleEx | false | true | java.lang.String | Allows you to restrict or allow end-user access to several functions provided through the Chart FX end-user interface. This property is provided as an extension of the Style property. |
| templateMask | false | true | java.lang.String | Used to specify the chart data to be saved in personalization and template files. |
| templateXML | false | true | java.lang.String | Name and path of the XML file that contains the properties and settings to be imported. |
| tipMask | false | true | java.lang.String | Allows you to control the information to be displayed in the tooltip when the user positions the mouse over a particular data point in the chart. |
| toolBar | false | true | java.lang.String | Shows or hides the Chart FX Toolbar. The available values are:TRUE and FALSE. |
| topGap | false | true | java.lang.String | Specifies the top margin between the chart and the bounding rectangle. |
| typeEx | false | true | java.lang.String | Allows you to set additional visual attributes in the chart and it is provided as an extension of the Type property. |
| typeMask | false | true | java.lang.String | Allows you to set additional visual attributes in the chart. For more detail see Javadoc API. |
| userLegendBox | false | true | java.lang.String | Shows or hides the user legend box. Available values are TRUE or FALSE. |
| view3D | false | true | java.lang.String | Allows you to enable or disable 3D view of the chart. |
| view3DDepth | false | true | java.lang.String | Allows you to specify the depth of a 3D chart. |
| view3DLight | false | true | java.lang.String | Allows to specify the light setting for a 3D chart. |
| volume | false | true | java.lang.String | Allows you to specify a volume for data series markers in supported galleries. |
| wallWidth | false | true | java.lang.String | Allows you to set the width of the wall for a 3D chart. |
| width | false | true | java.lang.String | Specifies the suggested width of the chart when generating images. |
| zoom | false | true | java.lang.String | Allows you to select a section of the chart using the mouse cursor and zoom in that area. |