Click or drag to resize
Unit Constructor (Single, UnitMode)
Initializes a new instance of the Unit with the specified double precision floating point number and the target type.

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 Unit(
	float value,
	UnitMode type
)

Parameters

value
Type: SystemSingle
A float precision floating point number that represents the length of the Unit in pixels.
type
Type: Kettic.AspNet.Controls.ChartModel.StylesUnitMode
Unit type (Pixel / Percentage)
See Also