Table of Contents

Interface IChartOrderElement

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

The chart element representing orders.

public interface IChartOrderElement : IChartTransactionElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Inherited Members
Extension Methods

Properties

ErrorColor

Fill color of transaction errors.

Color ErrorColor { get; set; }

Property Value

Color

ErrorStrokeColor

Stroke color of transaction errors.

Color ErrorStrokeColor { get; set; }

Property Value

Color

Filter

Orders display filter.

ChartOrderDisplayFilter Filter { get; set; }

Property Value

ChartOrderDisplayFilter