LinearYAxisFloatViewPortStart Property

Gets or sets a value representing the starting coordinate of the viewport.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public float ViewPortStart { get; set; }

Property Value

Single

Remarks

Viewport is the viewable area meaning that LineChart will not scroll any further below the ViewPortStart value.

Note that the value of ViewPortStart cannot be greater than MinValue. If you try to assign a value greater than MinValue to ViewPortStart, then the value of MinValue will be assigned.

See Also