|
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
)
Public Function SetLinesVisible (
visible As Boolean
) As ScatterplotBox
Request Example
View SourceParameters
- visible
- Type: SystemBoolean
Return Value
Type:
ScatterplotBoxSee Also