|
Scatterplot Constructor (String, String, String)
|
Constructs an empty scatter plot with
given title and axis names.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Scatterplot(
string title,
string xAxisTitle,
string yAxisTitle
)
Public Sub New (
title As String,
xAxisTitle As String,
yAxisTitle As String
)
Request Example
View SourceParameters
- title
- Type: SystemString
Scatter Plot title. - xAxisTitle
- Type: SystemString
Title for the x-axis. - yAxisTitle
- Type: SystemString
Title for the y-axis.
See Also