AxA enum

Axis attribute names definitions. See also AXIS_DEFAULT_ATTRIBUTES. The attribute values are Strings (possibly a String resulting from json encoded Map or List). You may pass any of these attributes to an axis constructor. The respective defaults attributes will be overridden.

Constants

EXTRA_SPACE_FOR_EDGE_LABELS_X → const AxA
const AxA(0)
EXTRA_SPACE_FOR_EDGE_LABELS_Y → const AxA
const AxA(1)
FONT_SIZE → const AxA
const AxA(2)
LABELS_OFFSET_Y → const AxA
const AxA(3)
LEGENDTEXT_LEFT_OFFSET_Y → const AxA
const AxA(5)
LEGENDTEXT_OFFSET_X → const AxA
const AxA(4)
LEGENDTEXT_RIGHT_OFFSET_Y → const AxA
const AxA(6)
NLABELS_X → const AxA
const AxA(7)
NLABELS_Y → const AxA
const AxA(8)
STROKE → const AxA
const AxA(9)
STROKE_WIDTH → const AxA
const AxA(10)
TEXT_COLOR_X → const AxA
const AxA(11)
TEXT_COLOR_Y → const AxA
const AxA(12)
TICK_LENGTH → const AxA
const AxA(13)
values → const List<AxA>

A constant List of the values in this enum, in order of their declaration.

const List<AxA>
XYGRID_STROKE → const AxA
const AxA(15)
XYGRID_STROKE_DASH → const AxA
const AxA(18)
XYGRID_STROKE_OPACITY → const AxA
const AxA(17)
XYGRID_STROKE_WIDTH → const AxA
const AxA(16)
YLEGENDTEXT_DIRECTION → const AxA
const AxA(14)

Properties

index → int

The integer index of this enum.

final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited