Click or drag to resize
Accord.NET (logo)

ScatterplotViewDataSource Property

Gets or sets a data source for this control.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(null)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Object DataSource { get; set; }
Request Example View Source

Property Value

Type: Object
See Also