[]
        
(Showing Draft Content)

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

PosY Method

PosY(float)

Configurates PosY. Sets the initial position of the axis Y.

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

The value.

Returns
Type Description
ChartGesturesBuilder<T>

Current builder.

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.