ConnectorLineSettings class
This class holds the properties of the connector line.
ConnectorLineSetting is the Argument type of DataLabelSettings, It is used to customize the data label connected lines while the data label position is outside the chart. It is enabled by setting the data label visibility.
It provides the options for length, width, color, and enum type ConnectorType to customize the appearance.
- Implementers
Constructors
- ConnectorLineSettings({String? length, double? width, ConnectorType? type, Color? color})
-
Creating an argument constructor of ConnectorLineSettings class.
const
Properties
- color → Color?
-
Color of the connector line.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- length → String?
-
Length of the connector line. The value range from 0% to 100%.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ConnectorType
-
Type of the connector line.
final
- width → double
-
Width of the connector line.
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.
override