Nevron .NET Vision
Nevron.Chart Namespace / NAxisValueAnchor Class / Mode Property


In This Topic
    Mode Property (NAxisValueAnchor)
    In This Topic
    Gets or sets the anchor mode. The anchor mode defines how the anchored object is displayed in case the anchor value is out of the axis ruler range.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Mode As AxisValueAnchorMode
    'Usage
     
    
    Dim instance As NAxisValueAnchor
    Dim value As AxisValueAnchorMode
     
    instance.Mode = value
     
    value = instance.Mode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AxisValueAnchorMode Mode {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