ChartPoint class
A single data point in chart data space.
- Annotations
Constructors
Properties
Methods
-
copyWith(
{double? x, double? y, String? label, Map< String, Object?> ? metadata}) → ChartPoint -
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.
override