Click or drag to resize

ChartRoutinesMakeLineCollectionVerticalBars Method (Double, ListPointDouble2D)

LightningChart .NET Help
Make vertical bars from base level to given points

Namespace:  Arction.CustomControls.Trader.WinForms.Routines
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public static SegmentLine[] MakeLineCollectionVerticalBars(
	double baseLevel,
	List<PointDouble2D> points
)

Parameters

baseLevel
Type: SystemDouble
Base level
points
Type: System.Collections.GenericListPointDouble2D
XY points

Return Value

Type: SegmentLine
Vertical bars
See Also