ChartContext class abstract

Constructors

ChartContext()

Properties

chartContainerIsRtl → bool
Flag indicating whether or not the chart's container was configured in right to left mode.
no setter
dateTimeFactory → DateTimeFactory
no setter
hashCode → int
The hash code for this object.
no setterinherited
isRtl → bool
Gets whether or not the chart axes should be rendered in right to left mode.
no setter
isTappable → bool
Whether or not the chart will respond to tap events.
no setter
pixelsPerDp → double
no setter
rtlSpec → RTLSpec?
Configures the behavior of the chart when chartContainerIsRtl is true.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableA11yExploreMode({String? announcement}) → void
enableA11yExploreMode(List<A11yNode> nodes, {String? announcement}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAnimation(Duration transition) → void
requestPaint() → void
requestRedraw() → void
toString() → String
A string representation of this object.
inherited

Operators

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