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