Click or drag to resize
Accord.NET (logo)

DataSeriesBoxSetGraph Method

Sets properties for the graph being shown.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DataSeriesBox SetGraph(
	Action<GraphPane> pane
)
Request Example View Source

Parameters

pane
Type: SystemActionGraphPane
The actions to be performed to the graph pane.

Return Value

Type: DataSeriesBox
See Also