LinearRegressionChannelChannelType Property |
LightningChart .NET Help
Linear regression channel type
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(LinearRegressionChannelType.StandardDeviations)]
public LinearRegressionChannelType ChannelType { get; set; }<DefaultValueAttribute(LinearRegressionChannelType.StandardDeviations)>
Public Property ChannelType As LinearRegressionChannelType
Get
Set
public:
[DefaultValueAttribute(LinearRegressionChannelType::StandardDeviations)]
property LinearRegressionChannelType ChannelType {
LinearRegressionChannelType get ();
void set (LinearRegressionChannelType value);
}Property Value
Type:
LinearRegressionChannelType
See Also