Forex_Strategy_Builder.Controls.SmallIndicatorChart_MouseMove C# (CSharp) Метод

SmallIndicatorChart_MouseMove() защищенный Метод

Shows the market dynamic info on the Status Bar
protected SmallIndicatorChart_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Результат void
        void SmallIndicatorChart_MouseMove(object sender, MouseEventArgs e)
        {
            Small_Indicator_Chart chart = (Small_Indicator_Chart)sender;
            ToolStripStatusLabelChartInfo = chart.CurrentBarInfo;
        }