LinearRegressionChannelLineColor Property |
LightningChart .NET Help
Gets or sets the color of the channel lines.
Namespace:
Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic Color LineColor { get; set; }Public Property LineColor As Color
Get
Set
public:
property Color LineColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also