HighchartsAccessibilityPointOptions constructor
HighchartsAccessibilityPointOptions({
- String? dateFormat,
- HighchartsCallback? dateFormatter,
- bool? describeNull,
- String? descriptionFormat,
- HighchartsCallback? descriptionFormatter,
- double? valueDecimals,
- String? valueDescriptionFormat,
- String? valuePrefix,
- String? valueSuffix,
Options for descriptions of individual data points.
API Docs: https://api.highcharts.com/highcharts/accessibility.point
Implementation
HighchartsAccessibilityPointOptions(
{this.dateFormat,
this.dateFormatter,
this.describeNull,
this.descriptionFormat,
this.descriptionFormatter,
this.valueDecimals,
this.valueDescriptionFormat,
this.valuePrefix,
this.valueSuffix});