Click or drag to resize
Accord.NET (logo)

ScatterplotBoxSetScaleTight Method

Sets whether to remove the grace space between the axis labels and points.

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

Parameters

tight
Type: SystemBoolean

Return Value

Type: ScatterplotBox
See Also