Click or drag to resize
ChartMargins Constructor (Int32, Int32, Int32, Int32)
Creates new instance of ChartMargins class.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ChartMargins(
	int top,
	int right,
	int bottom,
	int left
)

Parameters

top
Type: SystemInt32
Top margin in pixels
right
Type: SystemInt32
Right margin in pixels
bottom
Type: SystemInt32
Bottom margin in pixels
left
Type: SystemInt32
Left margin in pixels
See Also