LinePoint class

A single point on a line chart.

Points are positioned using their x and y values. The x value determines horizontal placement within the chart's minXmaxX range.

Constructors

LinePoint({required double x, required double y})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
Numeric X value used for horizontal positioning.
final
y double
Numeric Y value used for vertical positioning.
final

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.
override