HCPlotMacdSignalLineOptions class
(Highstock) The styles for signal line
- Implemented types
Constructors
-
HCPlotMacdSignalLineOptions({HCPlotMacdSignalLineStylesOptions? styles, List<
HCSeriesZonesOptionsObject> ? zones}) -
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
- styles → HCPlotMacdSignalLineStylesOptions?
-
final
-
zones
→ List<
HCSeriesZonesOptionsObject> ? -
(Highcharts, Highstock) An array defining zones within a series. Zones can be applied to the X axis, Y axis or Z axis for bubbles, according to the
zoneAxisoption. The zone definitions have to be in ascending order regarding to the value.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