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

In This Topic
    ScaleY Property
    In This Topic
    Configurates C1.Web.Mvc.ChartGestures<T>.ScaleY. Sets the initial scale of axis Y.
    Syntax
    'Declaration
     
    Public Property ScaleY As Single
    public float ScaleY {get; set;}
    Remarks
    The scale should be more than 0 and less than or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value), the whole axis range is visible.
    See Also