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

In This Topic
    PosY Property
    In This Topic
    Configurates C1.Web.Mvc.ChartGestures<T>.PosY. Sets the initial position of the axis Y.
    Syntax
    'Declaration
     
    Public Property PosY As Single
    public float PosY {get; set;}
    Remarks
    The value represents initial position on the axis when the Scale is less than 1. Otherwise, the Value has no effect. The Value should lie between 0 to 1.
    See Also