| C1.Web.Mvc Namespace : LineMarker<T> Class |
The following tables list the members exposed by LineMarker<T>.
| Name | Description | |
|---|---|---|
![]() | LineMarker<T> Constructor | Initializes a new instance of the LineMarker class. |
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the alignment of the LineMarker content. |
![]() | Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) |
![]() | 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. |
![]() | Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ToHtmlString | Returns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component) |
| Name | Description | |
|---|---|---|
![]() | ToTemplate | Render the html string in template mode. |