|
DataSeriesBoxShow Method (String, FuncDouble, Double, Int32)
|
Displays a scatter plot.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public static DataSeriesBox Show(
string title,
Func<double, double> function,
int npoints
)
Public Shared Function Show (
title As String,
function As Func(Of Double, Double),
npoints As Integer
) As DataSeriesBox
Request Example
View SourceParameters
- title
- Type: SystemString
The title for the plot window. - function
- Type: SystemFuncDouble, Double
The function to plot. - npoints
- Type: SystemInt32
The number of points to use during plotting.
Return Value
Type:
DataSeriesBoxSee Also