Click or drag to resize
Accord.NET (logo)

ScatterplotBoxScatterplotView Property

Gets the ScatterplotView control used to display data in this box.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ScatterplotView ScatterplotView { get; }
Request Example View Source

Property Value

Type: ScatterplotView
The scatter plot view control.
See Also