GridInner class
- Inheritance
-
- Object
- Coordinate
- RectCoordinate
- GridInner
Constructors
-
GridInner({required bool containLabel, required AreaStyle style, required ToolTip? toolTip, required List<
XAxis> xAxisList, required List<YAxis> yAxisList, SNumber leftMargin = const SNumber.number(0), SNumber topMargin = const SNumber.number(0), SNumber rightMargin = const SNumber.number(0), SNumber bottomMargin = const SNumber.number(0), SNumber? width, SNumber? height, String id = '', bool show = true}) -
const
Properties
- bottomMargin → SNumber
-
finalinherited
- containLabel → bool
-
grid区域是否包含坐标轴的刻度标签
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → SNumber?
-
finalinherited
- id → String
-
finalinherited
- leftMargin → SNumber
-
finalinherited
- rightMargin → SNumber
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- show → bool
-
finalinherited
- style → AreaStyle
-
final
- toolTip → ToolTip?
-
final
- topMargin → SNumber
-
finalinherited
- width → SNumber?
-
finalinherited
-
xAxisList
→ List<
XAxis> -
final
-
yAxisList
→ List<
YAxis> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLayout(
) → CoordinateLayout -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited