IChartElement

StockSharp.Charting

チャート要素(インジケーター、キャンドルなど)を記述するインターフェイス。

実装: IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

プロパティ

ChartArea
public IChartArea ChartArea { get; }
value = iChartElement.ChartArea

要素が描画されるチャート領域。

Colorer
public Func<IComparable, Color?> Colorer { get; set; }
value = iChartElement.Colorer
iChartElement.Colorer = value

カスタム要素カラーラー。

FullTitle
public string FullTitle { get; set; }
value = iChartElement.FullTitle
iChartElement.FullTitle = value

完全なシリーズタイトル。このプロパティが未定義の場合、代わりに自動生成されたタイトルが使用されます。

IsLegend
public bool IsLegend { get; set; }
value = iChartElement.IsLegend
iChartElement.IsLegend = value

この要素が凡例に表示されるべき。

IsVisible
public bool IsVisible { get; set; }
value = iChartElement.IsVisible
iChartElement.IsVisible = value

チャート上でこの要素が見えるかどうか。

PersistentChartArea
public IChartArea PersistentChartArea { get; }
value = iChartElement.PersistentChartArea

要素が描画されるチャート領域。

XAxisId
public string XAxisId { get; set; }
value = iChartElement.XAxisId
iChartElement.XAxisId = value

X軸。

YAxisId
public string YAxisId { get; set; }
value = iChartElement.YAxisId
iChartElement.YAxisId = value

Y軸。