LinearRegressionChannelType Enumeration |
LightningChart .NET Help
Linear regression channel type
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic enum LinearRegressionChannelType
Public Enumeration LinearRegressionChannelType
public enum class LinearRegressionChannelType
Members|
| Member name | Value | Description |
|---|
| StandardDeviations | 0 |
A set number of standard deviations between the linear regression line and the channel lines. Use NumberOfStandardDeviations -property to set the standard deviation count.
|
| RaffChannel | 1 |
Upper line and lower line distances are based on the most projecting top or bottom
|
| Line | 2 |
Draws only the linear regression line
|
See Also