Phresco.FusionCharts.Plots.Plots C# (CSharp) Method

Plots() public method

Constructor
public Plots ( ) : System
return System
        public Plots()
        {
            _xArray = new ArrayList();
            _yArray = new ArrayList();
        }