ChartAccessibilityPoint class abstract

Annotations

Constructors

ChartAccessibilityPoint({String? dateFormat, Function? dateFormatter, Function? descriptionFormatter, num? valueDecimals, String? valueDescriptionFormat, String? valuePrefix, String? valueSuffix})
factory

Properties

dateFormat String
getter/setter pair
dateFormatter Function
getter/setter pair
descriptionFormatter Function
getter/setter pair
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
getter/setter pair
valueDescriptionFormat String
getter/setter pair
valuePrefix String
getter/setter pair
valueSuffix String
getter/setter pair

Methods

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

Operators

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