LineCollectionLines Property |
LightningChart .NET Help
Array of line segments.
Note that you need to call InvalidateData method if you modify the array's items directly for the changes to affect the drawing.
Calling InvalidateData is not necessary if the whole array is set.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SegmentLine[] Lines { get; set; }Public Property Lines As SegmentLine()
Get
Set
public:
property array<SegmentLine>^ Lines {
array<SegmentLine>^ get ();
void set (array<SegmentLine>^ value);
}Property Value
Type:
SegmentLine
See Also