Click or drag to resize

LinearRegressionChannelType Enumeration

LightningChart .NET Help
Linear regression channel type

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public enum LinearRegressionChannelType
Members
  Member nameValueDescription
StandardDeviations0 A set number of standard deviations between the linear regression line and the channel lines. Use NumberOfStandardDeviations -property to set the standard deviation count.
RaffChannel1 Upper line and lower line distances are based on the most projecting top or bottom
Line2 Draws only the linear regression line
See Also