Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NValueTimelineScaleRow Class / InnerTicks Property


In This Topic
    InnerTicks Property
    In This Topic
    Gets or sets the tick style controlling the appearance of inner ticks generated by this row
    Syntax
    'Declaration
     
    
    Public Property InnerTicks As NScaleTicks
    'Usage
     
    
    Dim instance As NValueTimelineScaleRow
    Dim value As NScaleTicks
     
    instance.InnerTicks = value
     
    value = instance.InnerTicks
    public NScaleTicks InnerTicks {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