Click or drag to resize
Accord.NET (logo)

HistogramBoxHistogramView Property

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

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

Property Value

Type: HistogramView
The histogram view control.
See Also