ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ZoomUnit Structure / C1ZoomUnit Constructor / C1ZoomUnit Constructor(Double,C1ZoomUnitType)
The value.
The type of unit used to express the zoom.



In This Topic
    C1ZoomUnit Constructor(Double,C1ZoomUnitType)
    In This Topic
    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