[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.LineMarkerTagHelper

LineMarkerTagHelper Class

ITagHelper implementation for LineMarker<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-line-marker")]
public class LineMarkerTagHelper : ExtenderTagHelper<LineMarker<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
LineMarkerTagHelper()

Properties

Name Description
Alignment

Configurates Alignment. Sets the alignment of the LineMarker content.

CollectionName

Gets the collection name.

Content

Configurates Content. Sets the content function that allows to customize the text content of the LineMarker.

DragContent

Configurates DragContent. Sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."

DragLines

Configurates DragLines. Sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag."

DragThreshold

Configurates DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.

HorizontalPosition

Configurates HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.

Interaction

Configurates Interaction. Sets the interaction mode of the LineMarker.

IsVisible

Configurates IsVisible. Sets the visibility of the LineMarker.

Lines

Configurates Lines. Sets the visibility of the LineMarker lines.

PositionChanged

Configurates the OnClientPositionChanged client event. Occurs after the LineMarker's position changes.

SeriesIndex

Configurates SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.

VerticalPosition

Configurates VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area.