ChartLegend class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
-
ChartLegend({String align, String verticalAlign, String layout, num x, num y, num width, num margin, num padding, num itemMarginTop, num itemMarginBottom, num symbolPadding, num symbolHeight, num symbolWidth, String borderColor, num borderWidth, bool floating, bool shadow, bool enabled, Map<
String, String> itemStyle}) -
factory
Properties
- align ↔ String
-
getter/setter pair
- borderColor ↔ String
-
getter/setter pair
- borderWidth ↔ num
-
getter/setter pair
- enabled ↔ bool
-
getter/setter pair
- floating ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemMarginBottom ↔ num
-
getter/setter pair
- itemMarginTop ↔ num
-
getter/setter pair
-
itemStyle
↔ Map<
String, String> -
getter/setter pair
- layout ↔ String
-
getter/setter pair
- margin ↔ num
-
getter/setter pair
- padding ↔ num
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow ↔ bool
-
getter/setter pair
- symbolHeight ↔ num
-
getter/setter pair
- symbolPadding ↔ num
-
getter/setter pair
- symbolWidth ↔ num
-
getter/setter pair
- verticalAlign ↔ String
-
getter/setter pair
- width ↔ num
-
getter/setter pair
- x ↔ num
-
getter/setter pair
- y ↔ num
-
getter/setter pair
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