[]
public class LineMarker<T> : Extender, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| LineMarker(FlexChartCore<T>) | Creates one LineMarker<T> instance. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the alignment of the LineMarker content. |
| Content | Gets or sets the content function that allows to customize the text content of the LineMarker. |
| DragContent | Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag." |
| DragLines | 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." |
| DragThreshold | Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged. |
| HorizontalPosition | Gets or sets the horizontal position of the LineMarker relative to the plot area. |
| Interaction | Gets or sets the interaction mode of the LineMarker. |
| IsVisible | Gets or sets the visibility of the LineMarker. |
| Lines | Gets or sets the visibility of the LineMarker lines. |
| OnClientPositionChanged | Occurs after the LineMarker's position changes. |
| SeriesIndex | Gets or sets the index of the series in the chart in which the LineMarker appears. |
| VerticalPosition | Gets or sets the vertical position of the LineMarker relative to the plot area. |