Nevron .NET Vision
Nevron.Chart Namespace / NAngularScaleConfigurator Class / CycleLength Property


In This Topic
    CycleLength Property
    In This Topic
    Gets or sets the cycle length of the scale.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CycleLength As NAngle
    'Usage
     
    
    Dim instance As NAngularScaleConfigurator
    Dim value As NAngle
     
    instance.CycleLength = value
     
    value = instance.CycleLength
    [System.Xml.Serialization.XmlIgnore()]
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also