Click or drag to resize
Accord.NET (logo)

HistogramBoxSetSize Method

Sets size of the scatter plot window.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public HistogramBox SetSize(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
The desired width.
height
Type: SystemInt32
The desired height.

Return Value

Type: HistogramBox
This instance, for fluent programming.
See Also