Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NDataGrouping Class / RoundedRanges Property


In This Topic
    RoundedRanges Property
    In This Topic
    Determines whether to round the ranges calculated in the Classify method or not. By default set top false. Note that the rounding of the data ranges will produce "nicer" numbers for the map legend but may alter the way the algorithm clssifies the data points. So it is recommended not to use rounding for a small number of data points.
    Syntax
    'Declaration
     
    
    Public Property RoundedRanges As System.Boolean
    'Usage
     
    
    Dim instance As NDataGrouping
    Dim value As System.Boolean
     
    instance.RoundedRanges = value
     
    value = instance.RoundedRanges
    public System.bool RoundedRanges {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also