Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisAnchor Class / EndPercent Property


In This Topic
    EndPercent Property
    In This Topic
    Specifies the end of the axis scale in percents of the axis length.
    Syntax
    'Declaration
     
    
    Public Property EndPercent As System.Single
    'Usage
     
    
    Dim instance As NAxisAnchor
    Dim value As System.Single
     
    instance.EndPercent = value
     
    value = instance.EndPercent
    public System.float EndPercent {get; set;}
    Remarks
    By default 100. Can be very useful if you want to split the chart.
    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