AxisLabel class

Holds the axis label information.

Axis Label used by the user-specified or by default to make the label for both x and y-axis.

Provides options for label style, label size, text, and value to customize the appearance.

Constructors

AxisLabel(TextStyle labelStyle, Size labelSize, String text, num value, String? trimmedText, String renderText)
Creating an argument constructor of AxisLabel class.

Properties

hashCode int
The hash code for this object.
no setterinherited
isVisible bool
Specifies the label visibility.
getter/setter pair
labelSize Size
Hold the size of the label.
getter/setter pair
labelStyle TextStyle
Specifies the label text style.
getter/setter pair
position double?
Specifies the label position.
getter/setter pair
region Rect?
Specifies the label region.
getter/setter pair
renderText String
Contains the label text to be rendered.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Contains the text of the label.
getter/setter pair
trimmedText String?
Contains the trimmed text of the label.
getter/setter pair
value num
Holds the value of the visible range of the axis.
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