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
)
Public Shared Function MarginMake (
left As Single,
right As Single,
bottom As Single,
top As Single
) As NChartMargin
public:
static NChartMargin MarginMake(
[InAttribute] float left,
[InAttribute] float right,
[InAttribute] float bottom,
[InAttribute] 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:
NChartMarginNew instance of NChartMargin.
See Also