HCPlotScatter3dJitterOptions class
(Highcharts, Highstock) Apply a jitter effect for the rendered markers. When plotting discrete values, a little random noise may help telling the points apart. The jitter setting applies a random displacement of up to n axis units in either direction. So for example on a horizontal X axis, setting
- Implemented types
Constructors
- HCPlotScatter3dJitterOptions({num? x, num? y})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → num?
-
(Highcharts, Highstock) The maximal X offset for the random jitter effect.
final
- y → num?
-
(Highcharts, Highstock) The maximal Y offset for the random jitter effect.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited