AnnotationPolarCollection Constructor (IListAnnotationPolar) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AnnotationPolarCollection(
IList<AnnotationPolar> list
)
Public Sub New (
list As IList(Of AnnotationPolar)
)
public:
AnnotationPolarCollection(
IList<AnnotationPolar^>^ list
)
Parameters
- list
- Type: System.Collections.GenericIListAnnotationPolar
Items added to list
See Also