Click or drag to resize
UnitPercentage Method
Creates a Unit of type Percentage from the specified double-precision floating-point number.

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 static Unit Percentage(
	double n
)

Parameters

n
Type: SystemDouble
A double-precision floating-point number that represents the length of the Unit

Return Value

Type: Unit
A Unit of type Percentage that represents the length specified by the double-precision floating-point number.
See Also