[]
ITagHelper implementation for LineMarker<T>.
[HtmlTargetElement("c1-line-marker")]
public class LineMarkerTagHelper : ExtenderTagHelper<LineMarker<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
LineMarkerTagHelper() |
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. |