TradingChartLimitOhlcDataToStackSegment Property |
LightningChart .NET Help
The OHLC data series is clipped outside the main segment, and is not shown on segment indicators.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool LimitOhlcDataToStackSegment { get; set; }<DefaultValueAttribute(true)>
Public Property LimitOhlcDataToStackSegment As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool LimitOhlcDataToStackSegment {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also