Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataZoomTool Class / ApplyRangeSelections Method / ApplyRangeSelections(NChartRenderingContext) Method


In This Topic
    ApplyRangeSelections(NChartRenderingContext) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Sub ApplyRangeSelections( _
       ByVal context As NChartRenderingContext _
    ) 
    'Usage
     
    
    Dim instance As NDataZoomTool
    Dim context As NChartRenderingContext
     
    instance.ApplyRangeSelections(context)
    protected void ApplyRangeSelections( 
       NChartRenderingContext context
    )

    Parameters

    context
    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