#Exporting

##Properties

Datatype Property name Property description Default Value
ExportingButtons Buttons Options for the export related buttons, print and export. In addition to the default buttons listed here, custom buttons can be added. See navigation.buttonOptions for general options. null
Object ChartOptions Additional chart options to be merged into an exported chart. For example, the exported chart can be given a specific width and height, or a printer-friendly color scheme. Default: null null
Nullable Enabled Whether to enable the exporting module. Default: true null
String Filename The filename, without extension, to use for the exported chart. Default: chart null
Nullable Scale Defines the scale or zoom factor for the exported image compared to the on-screen display. While for instance a 600px wide chart may look good on a website, it will look bad in print. The default scale of 2 makes this chart export to a 1200px PNG or JPG. Default: 2 null
Nullable SourceHeight Analogous to sourceWidth null
Nullable SourceWidth The width of the original chart when exported, unless an explicit chart.width is set. The width exported raster image is then multiplied by scale. null
String Type Default MIME type for exporting if chart.exportChart() is called without specifying a type option. Possible values are image/png, image/jpeg, application/pdf and image/svg+xml. Default: image/png null
String Url The URL for the server module converting the SVG string to an image format. By default this points to Highslide Software's free web service. Default: http://export.highcharts.com null
Nullable Width The pixel width of charts exported to PNG or JPG. As of Highcharts 3.0, the default pixel width is a function of the chart.width or exporting.sourceWidth and the exporting.scale. Default: undefined null

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.