YAMP.PlotValue.UpdateLayout C# (CSharp) Method

UpdateLayout() public method

Updates the layout of the plot, i.e. the properties of the plot itself.
public UpdateLayout ( ) : void
return void
        public void UpdateLayout()
        {
            RaisePlotChanged("Layout");
        }