Click or drag to resize
ChartDimensionsBaseSetDimensions Method (Unit, Unit)
Sets the new Width and Height values

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 void SetDimensions(
	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