LinearRegressionChannelNumberOfStandardDeviations Property |
LightningChart .NET Help
The number of standard deviations between the regression trendline and the channel lines. Used when LinearRegressionChannelType is set to StandardDeviations.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(1)]
public double NumberOfStandardDeviations { get; set; }<DefaultValueAttribute(1)>
Public Property NumberOfStandardDeviations As Double
Get
Set
public:
[DefaultValueAttribute(1)]
property double NumberOfStandardDeviations {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also