Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleLabels Class / NumberOfTicksPerLabel Property


In This Topic
    NumberOfTicksPerLabel Property
    In This Topic
    Controls the number of ticks that are generated between two labels
    Syntax
    'Declaration
     
    
    Public Property NumberOfTicksPerLabel As System.Integer
    'Usage
     
    
    Dim instance As NScaleLabels
    Dim value As System.Integer
     
    instance.NumberOfTicksPerLabel = value
     
    value = instance.NumberOfTicksPerLabel
    public System.int NumberOfTicksPerLabel {get; set;}
    Remarks
    The default value of this property is 1. Note that this property has effect only when you use automatic labels.
    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