IChartLineElement

StockSharp.Charting

El elemento gráfico que representa una línea.

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

Propiedades

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

Color de línea adicional (candelas, etc.), con el que se dibujará en el gráfico.

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

El lijado del dibujo de la línea. El defecto está habilitado.

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

Color de línea (candelas, etc.), con el que se dibujará en el gráfico.

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

Mostrar marcapuntos de eje Y.

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

El espesor de la línea (candela, etc.) con la que se dibujará en el gráfico. El predeterminado es 1.

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

El estilo de dibujo de línea. El predeterminado es Line.