Click or drag to resize
TradeTimeLineRangeItemLS Property
Gets or sets a value indicating whether this TradeTimeLineRangeItem is a LONG or SHORT trade.

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public bool LS { get; set; }

Property Value

Type: Boolean
true if LONG otherwise, false.
See Also