ChartBeanSystem class

Constructors

ChartBeanSystem({double lineWidth = 2, bool isCurve = false, required List<ChartLineBean> chartBeans, List<Color>? shaderColors, Color lineColor = defaultColor, Gradient? lineGradient, bool enableTouch = false})

Properties

chartBeans List<ChartLineBean>
getter/setter pair
enableTouch bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCurve bool
getter/setter pair
lineColor Color
getter/setter pair
lineGradient Gradient?
曲线或折线的整体绘制区域的渐变设置,如果不为空会覆盖 lineColor的设置效果,
getter/setter pair
lineWidth double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shaderColors List<Color>?
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