Click or drag to resize
Accord.NET (logo)

ScatterplotViewScatterplot 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
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Scatterplot Scatterplot { get; set; }
Request Example View Source

Property Value

Type: Scatterplot
See Also