YAMP.Plot2DValue.Plot2DValue C# (CSharp) Method

Plot2DValue() public method

Creates a new instance.
public Plot2DValue ( ) : System
return System
        public Plot2DValue()
        {
            IsLogX = false;
            IsLogY = false;
            InitializeBoundaries();
        }