Click or drag to resize
Unit Constructor (Double, 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(
	double value,
	UnitMode type
)

Parameters

value
Type: SystemDouble
A double precision floating point number that represents the length of the Unit in pixels.
type
Type: Kettic.AspNet.Controls.ChartModel.StylesUnitMode
Unit type
See Also