LinearYAxisFloatViewPortEnd Property

Gets or sets a value representing the ending 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 ViewPortEnd { get; set; }

Property Value

Single

Remarks

Viewport is the viewable area meaning that LineChart will not scroll any further above the ViewPortEnd value.

Note that the value of ViewPortEnd cannot be lower than MaxValue. If you try to assign a value lower than MaxValue to ViewPortEnd, then the value of MaxValue will be assigned.

See Also