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.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit(
double value,
UnitMode type
)
Public Sub New (
value As Double,
type As UnitMode
)
public:
Unit(
double value,
UnitMode type
)
new :
value : float *
type : UnitMode -> Unit
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