TransactionDataSeries

StockSharp.Xaml.Charting.Model.DataSeries.Transactions

Transaction data series.

Inherits: BindableObject

Implements: IDataSeries<DateTime, double>, IDataSeries, ISuspendable

Properties

IsSuspended
public bool IsSuspended { get; }
value = transactionDataSeries.IsSuspended

Gets a value indicating whether updates for the target are currently suspended

Methods

ResumeUpdates
public void ResumeUpdates(IUpdateSuspender suspender)
transactionDataSeries.ResumeUpdates(suspender)

Resumes updates on the target, intended to be called by IUpdateSuspender

suspender
SuspendUpdates
public IUpdateSuspender SuspendUpdates()
result = transactionDataSeries.SuspendUpdates()

Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued

Returns: The disposable Update Suspender