IChartLineElement

StockSharp.Charting

The chart element representing a line.

Implements: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Properties

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

Additional line color (candles, etc.), with which it will be drawn on the chart.

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

The smoothing of the line drawing. The default is enabled.

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

Line color (candles, etc.), with which it will be drawn on chart.

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

Show Y-axis marker.

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

The thickness of the line (candle, etc.) with which it will be drawn on the chart. The default is 1.

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

The line drawing style. The default is Line.