AxisLabelRenderDetails class
Holds label text, axis name, orientation of the axis, trimmed text and text styles such as color, font size, and font weight for label formatter event.
Constructors
- AxisLabelRenderDetails(num value, String text, TextStyle textStyle, ChartAxis axis, DateTimeIntervalType? currentDateTimeIntervalType, String? currentDateFormat)
- Creating an argument constructor of AxisLabelRenderDetails class.
Properties
- axis → ChartAxis
-
Get the chart axis type and its properties.
final
- currentDateFormat → String?
-
Specifies the date format calculated internally for the current date-time values that are
displayed on the axis.
final
- currentDateTimeIntervalType → DateTimeIntervalType?
-
Specifies the date time interval type calculated internally for the date-time values that are
displayed on the axis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Actual text value of the axis label.
final
- textStyle → TextStyle
-
Get the text style of an axis label.
final
- value → num
-
Get the value of the axis label.
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