Click or drag to resize
Accord.NET (logo)

ScatterplotBoxSetLinesVisible Method

Sets whether to show lines connecting sequential points in the scatter plot.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ScatterplotBox SetLinesVisible(
	bool visible
)
Request Example View Source

Parameters

visible
Type: SystemBoolean

Return Value

Type: ScatterplotBox
See Also