HCPlotBulletAccessibilityPointOptions class
(Highcharts) Point accessibility options for a series.
- Implemented types
Constructors
Properties
- dateFormat → String?
-
(Highcharts) Date format to use for points on datetime axes when describing them to screen reader users.
final
- describeNull → bool?
-
(Highcharts) Whether or not to describe points with the value
nullto assistive technology, such as screen readers.final - descriptionFormat → String?
-
(Highcharts) 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) Decimals to use for the values in the point descriptions. Uses tooltip.valueDecimals if not defined.
final
- valueDescriptionFormat → String?
-
(Highcharts) 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) Prefix to add to the values in the point descriptions. Uses tooltip.valuePrefix if not defined.
final
- valueSuffix → String?
-
(Highcharts) 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