FocusChartBeanMain class

Constructors

FocusChartBeanMain({List<ChartBeanFocus>? chartBeans, Color lineColor = Colors.lightBlueAccent, double lineWidth = 4, bool isLineImaginary = false, bool isCurve = true, bool touchEnable = false, LineSectionModel? sectionModel, List<Color>? gradualColors, bool isLinkBreak = true, VoidCallback? canvasEnd})

Properties

canvasEnd VoidCallback?
getter/setter pair
chartBeans List<ChartBeanFocus>?
getter/setter pair
gradualColors List<Color>?
如果sectionModel不为null,则显示区间带颜色,不显示闭合x轴的曲线渐变色
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCurve bool
getter/setter pair
isLineImaginary bool
getter/setter pair
isLinkBreak 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
sectionModel LineSectionModel?
getter/setter pair
touchEnable bool
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