Click or drag to resize
ChartPaddings Constructor (Int32, Int32, Int32, Int32)
Creates new instance of ChartPaddings 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 ChartPaddings(
	int top,
	int right,
	int bottom,
	int left
)

Parameters

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