public class LanguageOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
String |
decimalPoint
The default decimal point used in the Highcharts.numberFormat method unless otherwise
specified in the function arguments.
|
String |
downloadJPEG
Exporting module only.
|
String |
downloadPDF
Exporting module only.
|
String |
downloadPNG
Exporting module only.
|
String |
downloadSVG
Exporting module only.
|
String |
exportButtonTitle
Exporting module only.
|
String |
loading
The loading text that appears when the chart is set into the loading state following a call
to chart.showLoading.
|
String[] |
months
An array containing the months names.
|
String[] |
numericSymbols
Metric prefixes used to shorten high numbers in axis labels.
|
String |
printButtonTitle
Exporting module only.
|
String |
resetZoom
The text for the label appearing when a chart is zoomed.
|
String |
resetZoomTitle
The tooltip title for the label appearing when a chart is zoomed.
|
String[] |
shortMonths
An array containing the months names in abbreviated form.
|
String |
thousandsSep
The default thousands separator used in the Highcharts.numberFormat method unless otherwise
specified in the function arguments.
|
String[] |
weekdays
An array containing the weekday names.
|
| Constructor and Description |
|---|
LanguageOptions() |
@Option public String decimalPoint
@Option public String downloadJPEG
@Option public String downloadPDF
@Option public String downloadPNG
@Option public String downloadSVG
@Option public String exportButtonTitle
@Option public String loading
@Option public String[] months
@Option public String[] numericSymbols
@Option public String printButtonTitle
@Option public String resetZoom
@Option public String resetZoomTitle
@Option public String[] shortMonths
@Option public String thousandsSep
Copyright © 2018 Fujion Framework. All rights reserved.