EmptyPointSettings class

Customizes the empty point.

Constructors

EmptyPointSettings({Color color: Colors.grey, EmptyPointMode mode: EmptyPointMode.gap, Color borderColor: Colors.transparent, double borderWidth: 0 })

Properties

borderColor Color
Border color of the empty data point. [...]
final
borderWidth double
Border width of the empty data point. [...]
final
color Color
Color of the empty data point. [...]
final
mode EmptyPointMode
By default, gap will be generated for empty points, i.e. data points with null value. The empty points display the values that can be considered as zero, average, or gap. [...]
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited