Click or drag to resize
Accord.NET (logo)

ComponentViewDataSource Property

Gets the underlying scatter plot being shown by this control.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public IEnumerable<IAnalysisComponent> DataSource { get; set; }
Request Example View Source

Property Value

Type: IEnumerableIAnalysisComponent
See Also