AxisLabelRenderDetails class Null safety
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 evet
Constructors
- AxisLabelRenderDetails(num value, String text, String actualText, TextStyle textStyle, ChartAxis axis, String? axisName, AxisOrientation orientation)
- Creating an argument constructor of AxisLabelRenderDetails class.
Properties
- actualText → String
-
Actual text value of the axis label.
final
- axis → ChartAxis
-
Get the chart axis type and its properties.
final
- axisName → String?
-
Get the axis name.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- orientation → AxisOrientation
-
Get the orientation for an axis.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text → String
-
The rendered 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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited