#Lang
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | ContextButtonTitle | Exporting module menu. The tooltip title for the context menu holding print and export menu items. Default: Chart context menu | null |
| String | DecimalPoint | The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments. Default: . |
null |
| String | DownloadJPEG | Exporting module only. The text for the JPEG download menu item. Default: Download JPEG image | null |
| String | DownloadPDF | Exporting module only. The text for the PDF download menu item. Default: Download PDF document | null |
| String | DownloadPNG | Exporting module only. The text for the PNG download menu item. Default: Download PNG image | null |
| String | DownloadSVG | Exporting module only. The text for the SVG download menu item. Default: Download SVG 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. Default: Loading… |
null |
| String[] | Months | An array containing the months names. Corresponds to the %B format in Highcharts.dateFormat(). |
null |
| String[] | NumericSymbols |
Metric prefixes used to shorten high numbers in axis labels. Replacing any of the positions with null causes the full number to be written. Setting numbericSymbols to null disables shortening altogether. |
null |
| String | PrintChart | Exporting module only. The text for the menu item to print the chart. Default: Print chart | null |
| String | ResetZoom | The text for the label appearing when a chart is zoomed. Default: Reset zoom | null |
| String | ResetZoomTitle | The tooltip title for the label appearing when a chart is zoomed. Default: 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(). |
null |
| String | ThousandsSep | The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments. Defaults to ','. Default: , |
null |
| String[] | Weekdays | An array containing the weekday names. Default: ["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:
- System.Object obj - The System.Object to compare with the current System.Object.
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.
