YAMP.PlotValue.Update C# (CSharp) Method

Update() public method

Updates the data region, i.e. the complete plot.
public Update ( ) : void
return void
        public void Update()
        {
            RaisePlotChanged("Data");
        }