Click or drag to resize

TwoHistogramsAndLineAddHistogram Method

LightningChart .NET Help
Adds a histogram to the indicator.

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void AddHistogram(
	DateTime[] xValues,
	double[] yValues,
	double barWidth,
	Color color,
	int histogramIndex
)

Parameters

xValues
Type: SystemDateTime
Histogram X-values as DateTimes
yValues
Type: SystemDouble
Y-values of the histogram bars
barWidth
Type: SystemDouble
Width of the histogram bars
color
Type: System.DrawingColor
Color of the histogram bars
histogramIndex
Type: SystemInt32
Histogram to be updated.
See Also