[]
        
(Showing Draft Content)

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

HorizontalPosition Method

HorizontalPosition(float?)

Configurates HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.

Declaration
public LineMarkerBuilder<T> HorizontalPosition(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 horizontal position of the marker is calculated automatically based on the pointer's position.