YAMP.ComplexPlotValue.ComplexPlotValue C# (CSharp) Method

ComplexPlotValue() public method

Creates a new complex plot.
public ComplexPlotValue ( ) : System
return System
        public ComplexPlotValue()
        {
            XLabel = "Real";
            YLabel = "Imaginary";
            ShowLegend = false;
        }