|
Scatterplot Constructor (String)
|
Constructs an empty Scatter plot with given title.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Scatterplot(
string title
)
Public Sub New (
title As String
)
Request Example
View SourceParameters
- title
- Type: SystemString
Scatter plot title.
See Also