[]
Defines a builder to configurate LineMarker<T>.
public class LineMarkerBuilder<T> : ExtenderBuilder<LineMarker<T>, LineMarkerBuilder<T>>, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| LineMarkerBuilder(LineMarker<T>) | Create one FlexGridFilterBuilder instance. |
| Name | Description |
|---|---|
| Alignment(LineMarkerAlignment) | Sets the Alignment property. |
| Content(string) | Configurates Content. Sets the content function that allows to customize the text content of the LineMarker. |
| DragContent(bool) | Configurates DragContent. Sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag." |
| DragLines(bool) | 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(int) | Configurates DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged. |
| HorizontalPosition(float?) | Configurates HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area. |
| Interaction(LineMarkerInteraction) | Sets the Interaction property. |
| IsVisible(bool) | Configurates IsVisible. Sets the visibility of the LineMarker. |
| Lines(LineMarkerLines) | Sets the Lines property. |
| OnClientPositionChanged(string) | Configurates the OnClientPositionChanged client event. Occurs after the LineMarker's position changes. |
| SeriesIndex(int?) | Configurates SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears. |
| VerticalPosition(float?) | Configurates VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area. |