Click or drag to resize
ChartDimensionsBase Constructor (Unit, Unit)
Create new instance of Dimensions 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 ChartDimensionsBase(
	Unit width,
	Unit height
)

Parameters

width
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Width of element
height
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Height of element
See Also