IChartTransactionElement
StockSharp.Charting
描述命令或交易图元素的界面.
实现: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
属性
BuyColor
public Color BuyColor { get; set; }
value = iChartTransactionElement.BuyColor
iChartTransactionElement.BuyColor = value
图表上的图形元素颜色, 表示购买 。
BuyStrokeColor
public Color BuyStrokeColor { get; set; }
value = iChartTransactionElement.BuyStrokeColor
iChartTransactionElement.BuyStrokeColor = value
图表上图形元素的边框颜色,表示购买.
DrawSize
public double DrawSize { get; set; }
value = iChartTransactionElement.DrawSize
iChartTransactionElement.DrawSize = value
画出大小.
SellColor
public Color SellColor { get; set; }
value = iChartTransactionElement.SellColor
iChartTransactionElement.SellColor = value
图表上图形元素的颜色,表示销售量。
SellStrokeColor
public Color SellStrokeColor { get; set; }
value = iChartTransactionElement.SellStrokeColor
iChartTransactionElement.SellStrokeColor = value
图表上图形元素的边框颜色,表示销售.
UseAltIcon
public bool UseAltIcon { get; set; }
value = iChartTransactionElement.UseAltIcon
iChartTransactionElement.UseAltIcon = value
使用替代图标 。