Click or drag to resize
Accord.NET (logo)

ScatterplotBoxSetSymbolSize Method

Sets the size of the symbols in the scatter plot.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ScatterplotBox SetSymbolSize(
	float size
)
Request Example View Source

Parameters

size
Type: SystemSingle
The desired symbol size.

Return Value

Type: ScatterplotBox
This instance, for fluent programming.
See Also