public long ViewPortEnd { get; set; }Public Property ViewPortEnd As Long
Get
SetViewport 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.