| 
            
              HistogramBoxShow Method (Double, String)
             | 
          
        
         
              Displays a histogram with the specified data.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntaxpublic static HistogramBox Show(
	double[] values,
	string title = "Histogram"
)
Public Shared Function Show ( 
	values As Double(),
	Optional title As String = "Histogram"
) As HistogramBox
 Request Example
		View SourceParameters
- values
 - Type: SystemDouble
The histogram values. - title (Optional)
 - Type: SystemString
The title for the histogram window. 
Return Value
Type: 
HistogramBox
See Also