Grid class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

Grid({bool front, dynamic focus, dynamic lines, dynamic x, dynamic y})
factory

Properties

focus ↔ dynamic
getter/setter pair
front bool
Set 'grid & focus lines' to be positioned over grid lines and chart elements.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lines ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x ↔ dynamic
getter/setter pair
y ↔ dynamic
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