[]
        
(Showing Draft Content)

WjFlexChartLineMarker Class

WjFlexChartLineMarker Class

AngularJS directive for the FlexChart LineMarker object.

The wj-flex-line-marker directive must be contained in a wijmo.angular.chart.WjFlexChart directive or wijmo.angular.chart.finance.WjFinancialChart directive. It supports the following attributes:

is-visible
@ The value indicating whether the LineMarker is visible.
series-index
@ The index of the series in the chart in which the LineMarker appears.
horizontal-position
@ The horizontal position of the LineMarker relative to the plot area.
content
@ The function that allows you to customize the text content of the LineMarker.
vertical-position
@ The vertical position of the LineMarker relative to the plot area.
alignment
@ The LineMarkerAlignment value indicating the alignment of the LineMarker content.
lines
@ The LineMarkerLines value indicating the appearance of the LineMarker's lines.
interaction
@ The LineMarkerInteraction value indicating the interaction mode of the LineMarker.
drag-threshold
@ The maximum distance from the horizontal or vertical line that you can drag the marker.
drag-content
@ The value indicating whether you can drag the content of the marker when the interaction mode is "Drag".
drag-lines
@ The value indicating whether the lines are linked when you drag the horizontal or vertical line when the interaction mode is "Drag".

Heirarchy

  • WjDirective
    • WjFlexChartLineMarker