[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartGesturesBuilder-1.ScaleY

ScaleY Method

ScaleY(float)

Configurates ScaleY. Sets the initial scale of axis Y.

Declaration
public ChartGesturesBuilder<T> ScaleY(float value)
Parameters
Type Name Description
float value

The value.

Returns
Type Description
ChartGesturesBuilder<T>

Current builder.

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.