HighchartsAccessibilityPointOptions constructor

HighchartsAccessibilityPointOptions({
  1. String? dateFormat,
  2. HighchartsCallback? dateFormatter,
  3. bool? describeNull,
  4. String? descriptionFormat,
  5. HighchartsCallback? descriptionFormatter,
  6. double? valueDecimals,
  7. String? valueDescriptionFormat,
  8. String? valuePrefix,
  9. 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});