But there are times when ChartControl is null (for example, if indicator which is used without chart or etc..).
what can be used in those situations , when ChartControl.Dispatcher is null?
Can we use this
Application.Current.Dispatcher.InvokeAsync(().. as a replacement?

Comment