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 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.
no setterinherited
orientation AxisOrientation
Get the orientation for an axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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 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