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