ChartRoutinesMakeLineCollectionVerticalBars Method (Double, ListPointDouble2D) |
LightningChart .NET Help
Make vertical bars from base level to given points
Namespace:
Arction.CustomControls.Trader.WPF.Routines
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static SegmentLine[] MakeLineCollectionVerticalBars(
double baseLevel,
List<PointDouble2D> points
)
Public Shared Function MakeLineCollectionVerticalBars (
baseLevel As Double,
points As List(Of PointDouble2D)
) As SegmentLine()
public:
static array<SegmentLine>^ MakeLineCollectionVerticalBars(
double baseLevel,
List<PointDouble2D>^ points
)
Parameters
- baseLevel
- Type: SystemDouble
Base level - points
- Type: System.Collections.GenericListPointDouble2D
XY points
Return Value
Type:
SegmentLineVertical bars
See Also