TransactionDataSeries
StockSharp.Xaml.Charting.Model.DataSeries.Transactions
Transaction data series.
Herda de: BindableObject
Implementa: IDataSeries<DateTime, double>, IDataSeries, ISuspendable
Propriedades
IsSuspended : bool
Gets a value indicating whether updates for the target are currently suspended
Métodos
ResumeUpdates(IUpdateSuspender)
Resumes updates on the target, intended to be called by IUpdateSuspender
- suspender
SuspendUpdates() : IUpdateSuspender
Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued
Retorna: The disposable Update Suspender