IChartOrderElement

StockSharp.Charting

The chart element representing orders.

Implements: IChartTransactionElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Properties

ErrorColor
public Color ErrorColor { get; set; }
value = iChartOrderElement.ErrorColor
iChartOrderElement.ErrorColor = value

Fill color of transaction errors.

ErrorStrokeColor
public Color ErrorStrokeColor { get; set; }
value = iChartOrderElement.ErrorStrokeColor
iChartOrderElement.ErrorStrokeColor = value

Stroke color of transaction errors.

Filter
public ChartOrderDisplayFilter Filter { get; set; }
value = iChartOrderElement.Filter
iChartOrderElement.Filter = value

Orders display filter.