Nevron .NET Vision
Nevron.Chart Namespace / NDataPointAnchor Class / DepthAlignment Property


In This Topic
    DepthAlignment Property (NDataPointAnchor)
    In This Topic
    Gets or sets the anchor depth aligment relative to the data point.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property DepthAlignment As System.Drawing.StringAlignment
    'Usage
     
    
    Dim instance As NDataPointAnchor
    Dim value As System.Drawing.StringAlignment
     
    instance.DepthAlignment = value
     
    value = instance.DepthAlignment
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.Drawing.StringAlignment DepthAlignment {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