FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / C1RangeSelector Class / PixelsToUnits Method

In This Topic
    PixelsToUnits Method (C1RangeSelector)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function PixelsToUnits( _
       ByVal pixels As Double _
    ) As Double
    protected virtual double PixelsToUnits( 
       double pixels
    )

    Parameters

    pixels
    See Also