decimalPoint property
dynamic
decimalPoint
getter/setter pair
The decimal point used for parsing numbers in the CSV.
If both this and data.delimiter is set to undefined, the parser will
attempt to deduce the decimal point automatically.
API Docs: https://api.highcharts.com/highcharts/data.decimalPoint
Implementation
dynamic decimalPoint;