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

In This Topic
    VerticalPosition Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area.
    Syntax
    'Declaration
     
    Public Property VerticalPosition As Nullable(Of Single)
    public Nullable<float> VerticalPosition {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 vertical position of the LineMarker is calculated automatically based on the pointer's position.
    See Also