| Attributes |
| Name | Required | Request-time | Type | Description |
| culture | false | true | java.lang.String | Allows you to localize SVGs for a specific language and region generated using the SVGWriter. |
| extraAttributes | false | true | java.lang.String | Used to add custom attributes to the EMBED tag used to display the SVG in the source of the generated ASPX page. |
| pluginPage | false | true | java.lang.String | Used to add customize the PluginPage attribute of the EMBED tag used to display the SVG in the source of the generated JSP page. |
| scriptable | false | true | java.lang.String | Instructs Chart FX to group the chart elements in the SVG source code. |
| xmlDeclaration | false | true | java.lang.String | Instructs Chart FX to inclide the XML Declaration at the begining if the SVG. |