[]
Configurates HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.
public LineMarkerBuilder<T> HorizontalPosition(float? value)
Type | Name | Description |
---|---|---|
float? | value | The value. |
Type | Description |
---|---|
LineMarkerBuilder<T> | Current builder. |
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.