HighchartsSeriesDragDropGuideBoxDefaultOptions class

Style options for the guide box default state.

API Docs: https://api.highcharts.com/highcharts/series.xrange.dragDrop.guideBox.default

Inheritance

Constructors

HighchartsSeriesDragDropGuideBoxDefaultOptions.new({String? className, String? color, String? cursor, String? lineColor, double? lineWidth, double? zIndex})
Style options for the guide box default state.

Properties

className String?
CSS class name of the guide box in this state. Defaults to highcharts-drag-box-default.
getter/setter pair
color String?
Guide box fill color.
getter/setter pair
cursor String?
Guide box cursor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
Color of the border around the guide box.
getter/setter pair
lineWidth double?
Width of the line around the guide box.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zIndex double?
Guide box zIndex.
getter/setter pair

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