48
Name
Type
Description
dragLines
boolean
Gets or sets a value indicating whether the lines are linked when the horizontal
or vertical line is dragged when the interaction mode is "Drag."
(inherited from LineMarker).
dragThreshold
number
Gets or sets the maximum distance from the horizontal or vertical line that the
marker can be dragged.
(inherited from LineMarker).
horizontalPosition
number
Gets or sets the horizontal position of the LineMarker relative to the plot area.
Its value range is (0, 1). If the value is null or undefined and interaction is set
et
to wijmo.chart.LineMarkerInteraction.Move or
wijmo.chart.LineMarkerInteraction.Drag, the horizontal position of the marker
is calculated automatically based on the pointer's position.
(inherited from LineMarker).
.
interaction
LineMarkerInteraction
Gets or sets the interaction mode of the LineMarker.
(inherited from LineMarker).
isVisible
boolean
Gets or sets the visibility of the LineMarker.
(inherited from LineMarker).
lines
LineMarkerLines
Gets or sets the visibility of the LineMarker lines.
(inherited from LineMarker).
seriesIndex
number
Gets or sets the index of the series in the chart in which the LineMarker
appears. This takes effect when the interaction property is set to
wijmo.chart.LineMarkerInteraction.Move or
wijmo.chart.LineMarkerInteraction.Drag.
(inherited from LineMarker).
verticalPosition
number
Gets or sets the vertical position of the LineMarker relative to the plot area.
Its value range is (0, 1). If the value is null or undefined and interaction is set
et
to wijmo.chart.LineMarkerInteraction.Move or