YContainerOptions class

Annotations

Constructors

YContainerOptions({bool isYContainerShown = true, bool isYGridlinesShown = true, double yLeftMinTicksWidth = 6.0, double yRightMinTicksWidth = 6.0, double yLabelsPadTB = 40.0, double yLabelsPadLR = 6.0, String yLabelUnits = ''})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isYContainerShown bool
final
isYGridlinesShown bool
In the current implementation, X gridlines (horizontal) disappear when isYContainerShown = false, which is probably reasonable, although should be fixed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yLabelsPadLR double
Pad space around the Y labels area. TB - top/bottom, LR - left/right.
final
yLabelsPadTB double
Pad space around the Y labels area. TB - top/bottom, LR - left/right. Unused
final
yLabelUnits String
todo 2 remove, replace with formatter outright
final
yLeftMinTicksWidth double
Length of the ticks around the grid rectangle.
final
yRightMinTicksWidth double
Length of the ticks around the grid rectangle.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLabel(String label) String
toString() String
A string representation of this object.
inherited
valueToLabel(num value) String

Operators

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