HighchartsIKHSeriesSenkouSpanOptions class

The styles for area between Senkou Span A and B.

API Docs: https://api.highcharts.com/highcharts/series.ikh.senkouSpan

Inheritance

Constructors

HighchartsIKHSeriesSenkouSpanOptions.new({String? color, String? negativeColor})
The styles for area between Senkou Span A and B.

Properties

color String?
Color of the area between Senkou Span A and B, when Senkou Span A is above Senkou Span B. Note that if a style.fill is defined, the color takes precedence and the style.fill is ignored.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
negativeColor String?
Color of the area between Senkou Span A and B, when Senkou Span A is under Senkou Span B.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited