TitleMeta class

Contains meta information about the drawing title.

Constructors

TitleMeta({required double min, required double max, required double parentAxisSize, required double axisPosition, required double appliedInterval, required SideTitles sideTitles, required String formattedValue, required AxisSide axisSide})

Properties

appliedInterval double
The interval that applied to this drawing title
final
axisPosition double
The position (in pixel) that applied to this drawing title along its axis.
final
axisSide AxisSide
Determines the axis side of titles (left, top, right, bottom)
final
formattedValue String
Formatted value that is suitable to show, for example 100, 2k, 5m, ...
final
hashCode int
The hash code for this object.
no setterinherited
max double
max axis value
final
min double
min axis value
final
parentAxisSize double
parent axis max width/height
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideTitles SideTitles
Reference of SideTitles object.
final

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