[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.LineMarkerBuilder-1.VerticalPosition

VerticalPosition Method

VerticalPosition(float?)

Configurates VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area.

Declaration
public LineMarkerBuilder<T> VerticalPosition(float? value)
Parameters
Type Name Description
float? value

The value.

Returns
Type Description
LineMarkerBuilder<T>

Current builder.

Remarks

Its value range is (0, 1). If the value is null or undefined and @see:Interaction is set to Chart.LineMarkerInteraction.Move, the vertical position of the LineMarker is calculated automatically based on the pointer's position.