Click or drag to resize

FreeformPointLineSeriesCollection Class

LightningChart .NET Help
Represents a collection of FreeformPointLineSeries objects.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class FreeformPointLineSeriesCollection : ChildObjectCollection<FreeformPointLineSeries>

The FreeformPointLineSeriesCollection type exposes the following members.

Constructors
 NameDescription
Public methodFreeformPointLineSeriesCollection Creates and initializes a new instance of this class.
Top
Methods
 NameDescription
Public methodAddRange Adds the elements of the specified collection to the end of this collection.
(Inherited from ChildObjectCollectionT)
Public methodApplyDelegate Apply delegate
(Inherited from ChildObjectCollectionT)
Public methodRemoveFromBeginning Remove from beginning to index
(Inherited from ChildObjectCollectionT)
Public methodRemoveRange Removes a range of elements from this collection.
(Inherited from ChildObjectCollectionT)
Public methodToList Creates a generic list from this collection.
(Inherited from ChildObjectCollectionT)
Top
Events
 NameDescription
Public eventCollectionChanged Occurs when the collection changes.
(Inherited from ChildObjectCollectionT)
Top
See Also