| 
            
              HistogramBoxSetTitle Method 
             | 
          
        
         
              Sets the window title of the histogram box.
              
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntaxpublic HistogramBox SetTitle(
	string text
)
Public Function SetTitle ( 
	text As String
) As HistogramBox
 Request Example
		View SourceParameters
- text
 - Type: SystemString
The desired title text for the window. 
Return Value
Type: 
HistogramBoxThis instance, for fluent programming.
See Also