Click or drag to resize

TwoHistogramsAndLineAddLine Method

LightningChart .NET Help
Adds a line to the indicator.

Namespace:  Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public void AddLine(
	DateTime[] xValues,
	double[] yValues,
	double lineWidth,
	Color color
)

Parameters

xValues
Type: SystemDateTime
Line X-values as DateTimes
yValues
Type: SystemDouble
Y-values of the line
lineWidth
Type: SystemDouble
Width of the line
color
Type: System.Windows.MediaColor
Color of the line
See Also