IChartIndicatorElement
StockSharp.Charting
Элемент диаграммы, представляющий индикатор.
Реализует: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Свойства
AdditionalColor
public Color AdditionalColor { get; set; }
value = iChartIndicatorElement.AdditionalColor
iChartIndicatorElement.AdditionalColor = value
Совместимость свойств для AdditionalColor.
AntiAliasing
public bool AntiAliasing { get; set; }
value = iChartIndicatorElement.AntiAliasing
iChartIndicatorElement.AntiAliasing = value
Совместимость свойств для AntiAliasing.
AutoAssignYAxis
public bool AutoAssignYAxis { get; set; }
value = iChartIndicatorElement.AutoAssignYAxis
iChartIndicatorElement.AutoAssignYAxis = value
Автоприсвоение оси Y, когда элемент добавляется в график.
Color
public Color Color { get; set; }
value = iChartIndicatorElement.Color
iChartIndicatorElement.Color = value
Свойство совместимости для цвета.
DrawStyle
public DrawStyles DrawStyle { get; set; }
value = iChartIndicatorElement.DrawStyle
iChartIndicatorElement.DrawStyle = value
Свойство совместимости для стиля.
IndicatorPainter
public IChartIndicatorPainter IndicatorPainter { get; set; }
value = iChartIndicatorElement.IndicatorPainter
iChartIndicatorElement.IndicatorPainter = value
Индикаторный рендерер.
ShowAxisMarker
public bool ShowAxisMarker { get; set; }
value = iChartIndicatorElement.ShowAxisMarker
iChartIndicatorElement.ShowAxisMarker = value
Совместимость свойств для ShowAxisMarker.
StrokeThickness
public int StrokeThickness { get; set; }
value = iChartIndicatorElement.StrokeThickness
iChartIndicatorElement.StrokeThickness = value
Совместимость свойств для StrokeThickness.