Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / GetLabelRangeSampler Method


In This Topic
    GetLabelRangeSampler Method
    In This Topic
    Returns the range sampler used to generate the automatic labels
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetLabelRangeSampler() As NRangeSampler
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As NRangeSampler
     
    value = instance.GetLabelRangeSampler()
    protected virtual NRangeSampler GetLabelRangeSampler()
    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