[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.LineMarkerBuilder-1

LineMarkerBuilder<T> Class

Defines a builder to configurate LineMarker<T>.

Inheritance
HideObjectMembers
ExtenderBuilder<LineMarker<T>, LineMarkerBuilder<T>>
LineMarkerBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class LineMarkerBuilder<T> : ExtenderBuilder<LineMarker<T>, LineMarkerBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
LineMarkerBuilder(LineMarker<T>)

Create one FlexGridFilterBuilder instance.

Methods

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.

Extension Methods