Click or drag to resize
ChartPaddings Constructor (Object, Unit, Unit, Unit, Unit)
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(
	Object containerObject,
	Unit top,
	Unit right,
	Unit bottom,
	Unit left
)

Parameters

containerObject
Type: SystemObject
Container object
top
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Top padding in pixels or percents
right
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Right padding in pixels or percents
bottom
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Bottom padding in pixels or percents
left
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Left padding in pixels or percents
See Also