public float ViewPortStart { get; set; }Public Property ViewPortStart As Single
Get
SetViewport 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.