Nevron .NET Vision
Nevron.Chart Namespace / NScalePointAnchor Class / ScalePoint Property


In This Topic
    ScalePoint Property
    In This Topic
    Gets/sets the scale point
    Syntax
    'Declaration
     
    
    Public Property ScalePoint As NVector3DD
    'Usage
     
    
    Dim instance As NScalePointAnchor
    Dim value As NVector3DD
     
    instance.ScalePoint = value
     
    value = instance.ScalePoint
    public NVector3DD ScalePoint {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