HCCurrentDateIndicatorOptions class

(Gantt) Show an indicator on the axis for the current date and time. Can be a boolean or a configuration object similar to xAxis.plotLines.

Implemented types

Constructors

HCCurrentDateIndicatorOptions({String? color, String? dashStyle, dynamic events, String? id, dynamic label, dynamic labels, num? width, num? zIndex})
const

Properties

color String?
(Gantt) The color of the line.
final
dashStyle String?
(Gantt) The dashing or dot style for the plot line. For possible values see this overview.
final
events → dynamic
(Gantt) An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
(Gantt) An id used for identifying the plot line in Axis.removePlotLine.
final
label → dynamic
(Gantt) Text labels for the plot lines
final
labels → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width num?
(Gantt) The width or thickness of the plot line.
final
zIndex num?
(Gantt) The z index of the plot line within the chart.
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