ChartController class

@author jd 数据共享,便于各个节点使用

Constructors

ChartController()

Properties

chartsStateList List<ChartLayoutState>
根据位置缓存配置信息
no setter
hashCode int
The hash code for this object.
no setterinherited
lastCoordinate ChartCoordinateRender?
no setter
localPosition Offset?
no setter
outLocation Offset?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltipWidgetBuilder → dynamic
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetTooltip() → void
重置提示框
showTooltipBuilder({required AnnotationTooltipWidgetBuilder builder, required Offset position}) → void
使用widget渲染tooltip
toString() String
A string representation of this object.
inherited

Operators

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