Nevron .NET Vision
Nevron.Chart Namespace / NVectorSeries Class / VectorLengthScale Property


In This Topic
    VectorLengthScale Property
    In This Topic
    Gets or sets the vector length scale
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the vector length scale")>
    Public Property VectorLengthScale As NVectorLengthScale
    'Usage
     
    
    Dim instance As NVectorSeries
    Dim value As NVectorLengthScale
     
    instance.VectorLengthScale = value
     
    value = instance.VectorLengthScale
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the vector length scale")]
    public NVectorLengthScale VectorLengthScale {get; set;}
    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