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

Compatibility property for 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的相容性属性.