|
ScatterplotBoxSetSize Method
|
Sets size of the scatter plot window.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public ScatterplotBox SetSize(
int width,
int height
)
Public Function SetSize (
width As Integer,
height As Integer
) As ScatterplotBox
Request Example
View SourceParameters
- width
- Type: SystemInt32
The desired width. - height
- Type: SystemInt32
The desired height.
Return Value
Type:
ScatterplotBoxThis instance, for fluent programming.
See Also