ComponentOne FinancialChart for WPF
C1ZoomUnit Constructor(Double,C1ZoomUnitType)



C1.WPF Namespace > C1ZoomUnit Structure > C1ZoomUnit Constructor : C1ZoomUnit Constructor(Double,C1ZoomUnitType)
The value.
The type of unit used to express the zoom.
Initializes a new instance of the C1ZoomUnit struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double, _
   ByVal type As C1ZoomUnitType _
)
'Usage
 
Dim value As Double
Dim type As C1ZoomUnitType
 
Dim instance As New C1ZoomUnit(value, type)
public C1ZoomUnit( 
   double value,
   C1ZoomUnitType type
)
public:
C1ZoomUnit( 
   double value,
   C1ZoomUnitType type
)

Parameters

value
The value.
type
The type of unit used to express the zoom.
See Also

Reference

C1ZoomUnit Structure
C1ZoomUnit Members
Overload List