PowerArgs.Cli.Threshold.Threshold C# (CSharp) Method

Threshold() public method

public Threshold ( ) : System
return System
        public Threshold()
        {
            ActiveColor = ConsoleColor.Red;
            PlotColor = ConsoleColor.DarkGray;
            Title = "Threshold";
        }