LineChartPointConfig class

折线图节点的配置

Constructors

LineChartPointConfig({Color normalPonitColor = const Color(0xFF1678FF), Color selectedPointColor = const Color(0xFF1678FF), Color selectedLineColor = const Color(0xFFA6A6A6), bool showSelectedLine = false, double selectedLineWidth = 1, double normalPointRadius = 2, double selectedPointRadius = 4, bool showNormalPoints = false, bool showSelectedPoint = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
normalPointRadius double
final
normalPonitColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedLineColor Color
final
selectedLineWidth double
final
selectedPointColor Color
final
selectedPointRadius double
final
showNormalPoints bool
final
showSelectedLine bool
final
showSelectedPoint bool
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.
inherited