BasicChartAxis class
An axis of the chart.
A chart may not have more than one axis per axis position.
Constructors
- BasicChartAxis({TextFormat? format, String? position, String? title, TextPosition? titleTextPosition, ChartAxisViewWindowOptions? viewWindowOptions})
- BasicChartAxis.fromJson(Map json_)
Properties
- format ↔ TextFormat?
-
The format of the title.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ String?
-
The position of this axis.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
The title of this axis.
getter/setter pair
- titleTextPosition ↔ TextPosition?
-
The axis title text position.
getter/setter pair
- viewWindowOptions ↔ ChartAxisViewWindowOptions?
-
The view window options for this axis.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited