Click or drag to resize
Accord.NET (logo)

DataBarBoxSetGraph Method

Sets properties for the graph being shown.

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

Parameters

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

Return Value

Type: DataBarBox
See Also