ChartDimensionCoordinateState class

Inheritance

Constructors

ChartDimensionCoordinateState({required Size size, required EdgeInsets margin, required EdgeInsets padding, required double controlValue, required List<YAxis> yAxis, required XAxis xAxis, required bool invert})

Properties

bottom double
getter/setter pairinherited
content EdgeInsets
getter/setter pairinherited
contentHeight double
getter/setter pairinherited
contentWidth double
getter/setter pairinherited
controlValue double
控制点
finalinherited
hashCode int
The hash code for this object.
no setterinherited
invert bool
是否反转
final
left double
getter/setter pairinherited
localPosition Offset?
点击的位置
getter/setter pairinherited
margin EdgeInsets
外间隙
finalinherited
offset Offset
滚动偏移
getter/setter pairinherited
padding EdgeInsets
内间隙
finalinherited
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
尺寸
finalinherited
top double
getter/setter pairinherited
transform ↔ TransformUtils
坐标转换工具
getter/setter pairinherited
xAxis XAxis
x坐标轴
final
yAxis List<YAxis>
y坐标轴
final
zoom double
缩放级别
getter/setter pairinherited

Methods

getPosForX(double position, [bool withOffset = false]) double
inherited
getPosForY(double position) double
inherited
init() → void
override
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