HCPlotLollipopAccessibilityPointOptions class

(Highcharts, Highstock) Point accessibility options for a series.

Implemented types

Constructors

HCPlotLollipopAccessibilityPointOptions({String? dateFormat, bool? describeNull, String? descriptionFormat, num? valueDecimals, String? valueDescriptionFormat, String? valuePrefix, String? valueSuffix})
const

Properties

dateFormat String?
(Highcharts, Highstock) Date format to use for points on datetime axes when describing them to screen reader users.
final
describeNull bool?
(Highcharts, Highstock) Whether or not to describe points with the value null to assistive technology, such as screen readers.
final
descriptionFormat String?
(Highcharts, Highstock) A format string to use instead of the default for point descriptions.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueDecimals num?
(Highcharts, Highstock) Decimals to use for the values in the point descriptions. Uses tooltip.valueDecimals if not defined.
final
valueDescriptionFormat String?
(Highcharts, Highstock) Format to use for describing the values of data points to assistive technology - including screen readers. The point context is available as {point}.
final
valuePrefix String?
(Highcharts, Highstock) Prefix to add to the values in the point descriptions. Uses tooltip.valuePrefix if not defined.
final
valueSuffix String?
(Highcharts, Highstock) Suffix to add to the values in the point descriptions. Uses tooltip.valueSuffix if not defined.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited