|
ComponentView Constructor (ICollectionIAnalysisComponent)
|
Constructs a new instance of the ScatterplotView.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public ComponentView(
ICollection<IAnalysisComponent> components
)
Public Sub New (
components As ICollection(Of IAnalysisComponent)
)
Request Example
View SourceParameters
- components
- Type: System.Collections.GenericICollectionIAnalysisComponent
See Also