HighchartsSeriesAccessibilityPointOptions constructor

HighchartsSeriesAccessibilityPointOptions({
  1. HighchartsCallback? descriptionFormatter,
  2. String? dateFormat,
  3. HighchartsCallback? dateFormatter,
  4. bool? describeNull,
  5. String? descriptionFormat,
  6. double? valueDecimals,
  7. String? valueDescriptionFormat,
  8. String? valuePrefix,
  9. String? valueSuffix,
})

Point accessibility options for a series.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.accessibility.point

Implementation

HighchartsSeriesAccessibilityPointOptions(
    {this.descriptionFormatter,
    this.dateFormat,
    this.dateFormatter,
    this.describeNull,
    this.descriptionFormat,
    this.valueDecimals,
    this.valueDescriptionFormat,
    this.valuePrefix,
    this.valueSuffix});