Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAngularScale Class / CycleLength Property


In This Topic
    CycleLength Property
    In This Topic
    Gets or sets the cycle length of the scale.
    Syntax
    'Declaration
     
    
    Public Property CycleLength As NAngle
    'Usage
     
    
    Dim instance As NAngularScale
    Dim value As NAngle
     
    instance.CycleLength = value
     
    value = instance.CycleLength
    public NAngle CycleLength {get; set;}
    Remarks
    The scale uses this enum to find a divisor suitable for this length. For angular scales this results in proper scale decoration on PI half, PI and 2 * PI.
    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