ChartAxisViewWindowOptions class

The options that define a "view window" for a chart (such as the visible values in an axis).

Constructors

ChartAxisViewWindowOptions({double? viewWindowMax, double? viewWindowMin, String? viewWindowMode})
ChartAxisViewWindowOptions.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewWindowMax double?
The maximum numeric value to be shown in this view window.
getter/setter pair
viewWindowMin double?
The minimum numeric value to be shown in this view window.
getter/setter pair
viewWindowMode String?
The view window's mode. Possible string values are:
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