Interface IChartTransactionElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The interface that describes the Orders Or Trades chart element.
public interface IChartTransactionElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
BuyColor
Color of graphics element on chart, indicating buy.
Color BuyColor { get; set; }
Property Value
BuyStrokeColor
Border color of graphics element on chart, indicating buy.
Color BuyStrokeColor { get; set; }
Property Value
DrawSize
Draw size.
double DrawSize { get; set; }
Property Value
SellColor
Color of graphics element on chart, indicating sell.
Color SellColor { get; set; }
Property Value
SellStrokeColor
Border color of graphics element on chart, indicating sell.
Color SellStrokeColor { get; set; }
Property Value
UseAltIcon
Use alternative icons.
bool UseAltIcon { get; set; }