|
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
)
Public Function SetSymbolSize (
size As Single
) As ScatterplotBox
Request Example
View SourceParameters
- size
- Type: SystemSingle
The desired symbol size.
Return Value
Type:
ScatterplotBoxThis instance, for fluent programming.
See Also