Nevron.Chart Namespace / NRangeSelection Class / SetRangeFromCenterPointAndFactor Method


SetRangeFromCenterPointAndFactor Method
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)

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