DataContainerOptions class

Annotations

Constructors

DataContainerOptions({Color gridLinesColor = material.Colors.grey, double gridStepWidthPortionUsedByAtomicPresenter = 0.75, DataRowsPaintingOrder dataRowsPaintingOrder = DataRowsPaintingOrder.firstToLast, bool startYAxisAtDataMinRequested = false, num yTransform(num y) = identity<num>, num yInverseTransform(num y) = identity<num>})
const

Properties

dataRowsPaintingOrder DataRowsPaintingOrder
Controls the order in which the painter paints the ChartData.dataRows.
final
gridLinesColor Color
final
gridStepWidthPortionUsedByAtomicPresenter double
Portion of horizontal (X) grid width, used to display presenter leafs.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startYAxisAtDataMinRequested bool
The request to start Y axis and it's labels at data minimum.
final
yInverseTransform num Function(num y)
User provided inverse to yTransform.
final
yTransform num Function(num y)
The transformation function which is always applied on y data before data are added to the chart internals.
final

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