#Lang

##Properties

Datatype Property name Property description Default Value
String DecimalPoint The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments. Defaults to ".". null
String DownloadJPEG Exporting module only. The text for the JPEG download menu item. Defaults to "Download JPEG image". null
String DownloadPDF Exporting module only. The text for the PDF download menu item. Defaults to "Download PDF document". null
String DownloadPNG Exporting module only. The text for the PNG download menu item. Defaults to "Download PNG image". null
String DownloadSVG Exporting module only. The text for the SVG download menu item. Defaults to "Download SVG vector image". null
String ExportButtonTitle Exporting module only. The tooltip text for the export button. Defaults to "Export to raster or vector image". null
String Loading The loading text that appears when the chart is set into the loading state following a call to chart.showLoading. Defaults to Loading…. null
String[] Months An array containing the months names. Corresponds to the %B format in Highcharts.dateFormat(). Defaults to ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']. null
String PrintButtonTitle Exporting module only. The tooltip text for the print button. Defaults to "Print the chart". null
String ResetZoom The text for the label appearing when a chart is zoomed. Defaults to Reset zoom. null
String ResetZoomTitle The tooltip title for the label appearing when a chart is zoomed. Defaults to Reset zoom level 1:1. null
String[] ShortMonths An array containing the months names in abbreviated form. Corresponds to the %b format in Highcharts.dateFormat(). Defaults to ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']. null
String ThousandsSep The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments. Defaults to ",". null
String[] Weekdays An array containing the weekday names. Defaults to ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']. 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.


###SetAndUseCulture(System.String) Set culture by string and will be used in DecimalPoint, Months, ShortMonths, ThausandsSep and Weekdays.

Parameters:


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

Returns:

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