Click or drag to resize

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
Syntax
public SegmentLine[] Lines { get; set; }

Property Value

Type: SegmentLine
See Also