HCNavigationBindingsVerticalArrowAnnotationsTypesPitchforkTypeOuterBackgroundOptions class

(Highstock) Outer background options.

Implemented types

Constructors

HCNavigationBindingsVerticalArrowAnnotationsTypesPitchforkTypeOuterBackgroundOptions({String? dashStyle, String? fill, num? ry, num? snap, String? src, dynamic stroke, num? strokeWidth, num? xAxis, num? yAxis})
const

Properties

dashStyle String?
(Highstock) Name of the dash style to use for the shape's stroke.
final
fill String?
(Highstock) The color of the shape's fill.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ry num?
(Highstock) The radius of the ellipse shape in y direction. Can be defined in pixels or yAxis units, if shapes.yAxis index is defined.
final
snap num?
(Highstock) Defines additional snapping area around an annotation making this annotation to focus. Defined in pixels.
final
src String?
(Highstock) The URL for an image to use as the annotation shape. Note, type has to be set to 'image'.
final
stroke → dynamic
(Highstock) The color of the shape's stroke.
final
strokeWidth num?
(Highstock) The pixel stroke width of the shape.
final
xAxis num?
(Highstock) The xAxis index which should be used for annotation's sizes and points coordinates conversion.
final
yAxis num?
(Highstock) The yAxis index which should be used for annotation's sizes and points coordinates conversion.
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