IChartTransactionElement

StockSharp.Charting

The interface that describes the Orders Or Trades chart element.

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

Properties

BuyColor
public Color BuyColor { get; set; }
value = iChartTransactionElement.BuyColor
iChartTransactionElement.BuyColor = value

Color of graphics element on chart, indicating buy.

BuyStrokeColor
public Color BuyStrokeColor { get; set; }
value = iChartTransactionElement.BuyStrokeColor
iChartTransactionElement.BuyStrokeColor = value

Border color of graphics element on chart, indicating buy.

DrawSize
public double DrawSize { get; set; }
value = iChartTransactionElement.DrawSize
iChartTransactionElement.DrawSize = value

Draw size.

SellColor
public Color SellColor { get; set; }
value = iChartTransactionElement.SellColor
iChartTransactionElement.SellColor = value

Color of graphics element on chart, indicating sell.

SellStrokeColor
public Color SellStrokeColor { get; set; }
value = iChartTransactionElement.SellStrokeColor
iChartTransactionElement.SellStrokeColor = value

Border color of graphics element on chart, indicating sell.

UseAltIcon
public bool UseAltIcon { get; set; }
value = iChartTransactionElement.UseAltIcon
iChartTransactionElement.UseAltIcon = value

Use alternative icons.