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


In This Topic
    AutoMinorTicks Property
    In This Topic
    Specifies whether minor ticks are automatically generated.
    Syntax
    'Declaration
     
    
    Public Property AutoMinorTicks As System.Boolean
    'Usage
     
    
    Dim instance As NStandardScale
    Dim value As System.Boolean
     
    instance.AutoMinorTicks = value
     
    value = instance.AutoMinorTicks
    public System.bool AutoMinorTicks {get; set;}
    Remarks
    By default set to true. If set to false the minor ticks are displayed at values specified by the array accessible with the help of the MinorTicks property of the NAxis class.
    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