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


In This Topic
    MaxTickCount Property (NStandardScale)
    In This Topic
    Controls the maximum number of major ticks when major tick mode is auto and max tick count mode is MaxCount
    Syntax
    'Declaration
     
    
    Public Property MaxTickCount As System.Integer
    'Usage
     
    
    Dim instance As NStandardScale
    Dim value As System.Integer
     
    instance.MaxTickCount = value
     
    value = instance.MaxTickCount
    public System.int MaxTickCount {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