PointDataSet<T extends PointChartValue> class

Inheritance
Implementers

Constructors

PointDataSet({required List<T> data, String? legend, double pointSize = 3, PdfColor color = PdfColors.blue, PdfColor? borderColor, double borderWidth = 1.5, bool drawPoints = true, BuildCallback? shape, Widget buildValue(Context context, T value)?, ValuePosition valuePosition = ValuePosition.auto})

Properties

borderColor → PdfColor?
finalinherited
borderWidth → double
finalinherited
box ↔ PdfRect?
The bounding box of this widget, calculated at layout time
getter/setter pairinherited
buildValue → Widget Function(Context context, T value)?
final
color → PdfColor?
finalinherited
data → List<T>
final
delta → double
no setter
drawPoints → bool
final
hashCode → int
The hash code for this object.
no setterinherited
legend → String?
finalinherited
pointSize → double
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shape → BuildCallback?
final
valuePosition → ValuePosition
final

Methods

automaticValuePosition(PdfPoint point, PdfPoint size, PdfPoint? previous, PdfPoint? next) → ValuePosition
debugPaint(Context context) → void
inherited
layout(Context context, BoxConstraints constraints, {bool parentUsesSize = false}) → void
First widget pass to calculate the children layout and bounding box
override
legendShape(Context context) → Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Context context) → void
Draw itself and its children, according to the calculated box.offset
inherited
paintBackground(Context context) → void
inherited
paintForeground(Context context) → void
override
toString() → String
A string representation of this object.
inherited

Operators

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