ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LineMarkerTagHelper Class / HorizontalPosition Property

In This Topic
    HorizontalPosition Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.
    Syntax
    'Declaration
     
    Public Property HorizontalPosition As Nullable(Of Single)
    public Nullable<float> HorizontalPosition {get; set;}
    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.
    See Also