IChartLineElement

StockSharp.Charting

線を表すグラフ要素。

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

プロパティ

AdditionalColor
public Color AdditionalColor { get; set; }
value = iChartLineElement.AdditionalColor
iChartLineElement.AdditionalColor = value

チャート上に描画される線色(カンドルなど)を追加。

AntiAliasing
public bool AntiAliasing { get; set; }
value = iChartLineElement.AntiAliasing
iChartLineElement.AntiAliasing = value

線の描画のスムース。デフォルトは有効です。

Color
public Color Color { get; set; }
value = iChartLineElement.Color
iChartLineElement.Color = value

線色(カニケ等)、チャート上に描画される線色(カニケ等)

ShowAxisMarker
public bool ShowAxisMarker { get; set; }
value = iChartLineElement.ShowAxisMarker
iChartLineElement.ShowAxisMarker = value

Y軸マーカーを表示します。

StrokeThickness
public int StrokeThickness { get; set; }
value = iChartLineElement.StrokeThickness
iChartLineElement.StrokeThickness = value

チャート上に描画される行(カンドルなど)の厚さ。 デフォルトは1です。

Style
public DrawStyles Style { get; set; }
value = iChartLineElement.Style
iChartLineElement.Style = value

線描画スタイル。デフォルトは行です。