Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ZoomUnit Structure / C1ZoomUnit Constructor / C1ZoomUnit Constructor(Double)

In This Topic
    C1ZoomUnit Constructor(Double)
    In This Topic
    Initializes a new instance of the C1ZoomUnit struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal zoom As Double _
    )
    public C1ZoomUnit( 
       double zoom
    )

    Parameters

    zoom
    See Also