HighchartsSeriesAccessibilityPointOptions constructor
HighchartsSeriesAccessibilityPointOptions({
- HighchartsCallback? descriptionFormatter,
- String? dateFormat,
- HighchartsCallback? dateFormatter,
- bool? describeNull,
- String? descriptionFormat,
- double? valueDecimals,
- String? valueDescriptionFormat,
- String? valuePrefix,
- 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});