Table of Contents

Interface IChartLineElement

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

The chart element representing a line.

public interface IChartLineElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Inherited Members
Extension Methods

Properties

AdditionalColor

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

Color AdditionalColor { get; set; }

Property Value

Color

AntiAliasing

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

bool AntiAliasing { get; set; }

Property Value

bool

Color

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

Color Color { get; set; }

Property Value

Color

ShowAxisMarker

Show Y-axis market.

bool ShowAxisMarker { get; set; }

Property Value

bool

StrokeThickness

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

int StrokeThickness { get; set; }

Property Value

int

Style

The line drawing style. The default is Line.

ChartIndicatorDrawStyles Style { get; set; }

Property Value

ChartIndicatorDrawStyles