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

In This Topic
    ScaleX Property
    In This Topic
    Configurates C1.Web.Mvc.ChartGestures<T>.ScaleX. Sets the initial scale of axis X.
    Syntax
    'Declaration
     
    Public Property ScaleX As Single
    public float ScaleX {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