IChartLineElement

StockSharp.Charting

The chart element representing a line.

实现: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

属性

AdditionalColor : Color

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

AntiAliasing : bool

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

Color : Color

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

ShowAxisMarker : bool

Show Y-axis marker.

StrokeThickness : int

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

Style : DrawStyles

The line drawing style. The default is Line.