Nevron .NET Vision
Nevron.Chart Namespace / NRangeSelection Class / SetRangeFromCenterPointAndFactor Method


In This Topic
    SetRangeFromCenterPointAndFactor Method
    In This Topic
    Sets the range selection range from a specified centerPoint and zoom factor (specified as a value from 0 to 1 from the respective horizontal or vertical axis)
    Syntax
    'Declaration
     
    
    Public Function SetRangeFromCenterPointAndFactor( _
       ByVal context As NChartRenderingContext, _
       ByVal centerPoint As NPointF, _
       ByVal factor As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRangeSelection
    Dim context As NChartRenderingContext
    Dim centerPoint As NPointF
    Dim factor As System.Double
    Dim value As System.Boolean
     
    value = instance.SetRangeFromCenterPointAndFactor(context, centerPoint, factor)
    public System.bool SetRangeFromCenterPointAndFactor( 
       NChartRenderingContext context,
       NPointF centerPoint,
       System.double factor
    )

    Parameters

    context
    centerPoint
    factor
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also