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@