Click or drag to resize
Unit Constructor (Int32, UnitMode)
Initializes a new instance of the Unit with the specified 32-bit signed integer 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(
	int value,
	UnitMode type
)

Parameters

value
Type: SystemInt32
A 32-bit signed integer that represents the length of the Unit in pixels.
type
Type: Kettic.AspNet.Controls.ChartModel.StylesUnitMode
Unit type
See Also