| 
            
              DataSeriesBoxShow Method (String, FuncDouble, Double, DoubleRange)
             | 
          
        
         
              Displays a scatter plot.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntaxpublic static DataSeriesBox Show(
	string title,
	Func<double, double> function,
	DoubleRange range
)
Public Shared Function Show ( 
	title As String,
	function As Func(Of Double, Double),
	range As DoubleRange
) As DataSeriesBox
 Request Example
		View SourceParameters
- title
 - Type: SystemString
The title for the plot window. - function
 - Type: SystemFuncDouble, Double
The function to plot. - range
 - Type: AccordDoubleRange
The functions argument range to be plotted. 
Return Value
Type: 
DataSeriesBox
See Also