Forex_Strategy_Builder.Dialogs.Balance_Chart.BalanceChart_MouseLeave C# (CSharp) Method

BalanceChart_MouseLeave() private method

Deletes the dynamic info on the status bar.
private BalanceChart_MouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void BalanceChart_MouseLeave(object sender, EventArgs e)
        {
            lblDynInfo.Text = string.Empty;

            return;
        }