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

In This Topic
    PixelsToUnits Method (C1RangeSelector)
    In This Topic
    Converts pixels to it´s corresponding unit value in the range slider
    Syntax
    'Declaration
     
    Protected Overrides Function PixelsToUnits( _
       ByVal pixels As Double _
    ) As Double
    protected override double PixelsToUnits( 
       double pixels
    )

    Parameters

    pixels
    See Also