Axis class

Constructors

Axis(Chart chart)

Properties

chart Chart
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ChartStyle
no setter
timeStep String
getter/setter pair
xStepInterval double
getter/setter pair
xStepPix double
getter/setter pair
yDecimals int?
getter/setter pair
yFrom double
getter/setter pair
yScaleValue double
getter/setter pair
yTo double
getter/setter pair

Methods

drawXLabel(CanvasRenderingContext2D ctx, int x, int y, DateTime date) → void
drawYLabel(CanvasRenderingContext2D ctx, int x, int y, double value, int decimals) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(CanvasRenderingContext2D ctx) → void
renderXAxis(CanvasRenderingContext2D ctx, List<DateTime> xDates) → void
renderYAxis(CanvasRenderingContext2D ctx, double minValue, double maxValue) → void
toString() String
A string representation of this object.
inherited

Operators

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