SmartQuant.FinChart.SeriesView.UnSelect C# (CSharp) Method

UnSelect() public method

public UnSelect ( ) : void
return void
        public void UnSelect() => this.selected = false;
    }