HighchartsXAxisCurrentDateIndicatorOptions class
Show an indicator on the axis for the current date and time. Can be a boolean or a configuration object similar to xAxis.plotLines.
API Docs: https://api.highcharts.com/gantt/xAxis.currentDateIndicator
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsXAxisCurrentDateIndicatorOptions
Constructors
- HighchartsXAxisCurrentDateIndicatorOptions.new({String? className, String? color, String? dashStyle, HighchartsXAxisPlotLinesEventsOptions? events, String? id, HighchartsXAxisCurrentDateIndicatorLabelOptions? label, HighchartsXAxisPlotLinesLabelsOptions? labels, double? width, double? zIndex})
- Show an indicator on the axis for the current date and time. Can be a boolean or a configuration object similar to xAxis.plotLines.
Properties
- className ↔ String?
-
A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line.getter/setter pair - color ↔ String?
-
The color of the line.
getter/setter pair
- dashStyle ↔ String?
-
The dashing or dot style for the plot line. For possible values see
this overview.
getter/setter pair
- events ↔ HighchartsXAxisPlotLinesEventsOptions?
-
An object defining mouse events for the plot line. Supported
properties are
click
,mouseover
,mouseout
,mousemove
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An id used for identifying the plot line in Axis.removePlotLine.
getter/setter pair
- label ↔ HighchartsXAxisCurrentDateIndicatorLabelOptions?
-
Highcharts Options Widget.
getter/setter pair
- labels ↔ HighchartsXAxisPlotLinesLabelsOptions?
-
Highcharts Options Widget.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ double?
-
The width or thickness of the plot line.
getter/setter pair
- zIndex ↔ double?
-
The z index of the plot line within the chart.
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