Example #1
0
        public FinancialDemo()
            : base("Multiple linked plot demo")
        {
            //
            // Gtk Window Setup
            //
            InitializeComponent();

            this.Demo = new DemoLib.MultiPlotDemo.FinancialDemo();
            this.Demo.CreatePlot();

            this.costWidget.InteractivePlotSurface2D   = this.Demo.costPS;
            this.volumeWidget.InteractivePlotSurface2D = this.Demo.volumePS;
        }
        public FinancialDemo()
            : base("Multiple linked plot demo")
        {
            //
            // Gtk Window Setup
            //
            InitializeComponent();

            this.Demo = new DemoLib.MultiPlotDemo.FinancialDemo();
            this.Demo.CreatePlot();

            this.costWidget.InteractivePlotSurface2D = this.Demo.costPS;
            this.volumeWidget.InteractivePlotSurface2D = this.Demo.volumePS;
        }