Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NOrdinalScale Class / DisplayDataPointsBetweenTicks Property


In This Topic
    DisplayDataPointsBetweenTicks Property (NOrdinalScale)
    In This Topic
    Controls the position of the data point relative to the tick positions.
    Syntax
    'Declaration
     
    
    Public Property DisplayDataPointsBetweenTicks As System.Boolean
    'Usage
     
    
    Dim instance As NOrdinalScale
    Dim value As System.Boolean
     
    instance.DisplayDataPointsBetweenTicks = value
     
    value = instance.DisplayDataPointsBetweenTicks
    public System.bool DisplayDataPointsBetweenTicks {get; set;}
    Remarks
    If set to True the data point is positioned between two adjacent ticks, otherwise it is positioned exactly on the tick. In the second case you may consider turning on the InflateMargins flag of the presentation groups to fit the chart inside the chart area.
    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