ViewXYConstantLines Property |
LightningChart .NET Help
Constant line list
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<ConstantLine> ConstantLines { get; set; }Public Property ConstantLines As List(Of ConstantLine)
Get
Set
public:
property List<ConstantLine^>^ ConstantLines {
List<ConstantLine^>^ get ();
void set (List<ConstantLine^>^ value);
}Property Value
Type:
ListConstantLine
See Also