Click or drag to resize
NChartMarginHelperMarginMake Method
Create NChartMargin with given parameters.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public static NChartMargin MarginMake(
	float left,
	float right,
	float bottom,
	float top
)

Parameters

left
Type: SystemSingle
Spacing from the left side in pixels.
right
Type: SystemSingle
Spacing from the right side in pixels.
bottom
Type: SystemSingle
Spacing from the bottom side in pixels.
top
Type: SystemSingle
Spacing from the top side in pixels.

Return Value

Type: NChartMargin
New instance of NChartMargin.
See Also