|
HistogramBoxShow Method (Histogram, String)
|
Displays a histogram.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public static HistogramBox Show(
Histogram histogram,
string title = "Histogram"
)
Public Shared Function Show (
histogram As Histogram,
Optional title As String = "Histogram"
) As HistogramBox
Request Example
View SourceParameters
- histogram
- Type: Accord.Statistics.VisualizationsHistogram
The histogram to show. - title (Optional)
- Type: SystemString
The title for the histogram window.
Return Value
Type:
HistogramBoxSee Also