GridLineOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
-
GridLineOptions({bool display, dynamic color, List<
num> borderDash, num borderDashOffset, num lineWidth, bool drawBorder, bool drawOnChartArea, bool drawTicks, num tickMarkLength, num zeroLineWidth, dynamic zeroLineColor, List<num> zeroLineBorderDash, num zeroLineBorderDashOffset, bool offsetGridLines}) -
factory
Properties
-
borderDash
↔ List<
num> -
getter/setter pair
- borderDashOffset ↔ num
-
getter/setter pair
- color ↔ dynamic
-
getter/setter pair
- display ↔ bool
-
getter/setter pair
- drawBorder ↔ bool
-
getter/setter pair
- drawOnChartArea ↔ bool
-
getter/setter pair
- drawTicks ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineWidth ↔ num
-
getter/setter pair
- offsetGridLines ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tickMarkLength ↔ num
-
getter/setter pair
-
zeroLineBorderDash
↔ List<
num> -
getter/setter pair
- zeroLineBorderDashOffset ↔ num
-
getter/setter pair
- zeroLineColor ↔ dynamic
-
getter/setter pair
- zeroLineWidth ↔ num
-
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