Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianAxis Class / MinAutoSmallChange Property


In This Topic
    MinAutoSmallChange Property
    In This Topic
    Gets or sets the minimum automatic small change
    Syntax
    'Declaration
     
    
    Public Property MinAutoSmallChange As System.Double
    'Usage
     
    
    Dim instance As NCartesianAxis
    Dim value As System.Double
     
    instance.MinAutoSmallChange = value
     
    value = instance.MinAutoSmallChange
    public System.double MinAutoSmallChange {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