Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NStandardScale Class / MinTickDistance Property


In This Topic
    MinTickDistance Property (NStandardScale)
    In This Topic
    Gets / sets the minimum distance between of ticks on the scale when major tick mode is Auto and max tick count mode is MaxDensity
    Syntax
    'Declaration
     
    
    Public Property MinTickDistance As System.Double
    'Usage
     
    
    Dim instance As NStandardScale
    Dim value As System.Double
     
    instance.MinTickDistance = value
     
    value = instance.MinTickDistance
    public System.double MinTickDistance {get; set;}
    Remarks
    By default this value is set to 10pt
    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