Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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 _
    )
    public C1ZoomUnit( 
       double value,
       C1ZoomUnitType type
    )

    Parameters

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