Nevron .NET Vision
Nevron.Chart Namespace / NCartesianAxis Class / Anchor Property


In This Topic
    Anchor Property (NCartesianAxis)
    In This Topic
    Gets or sets the axis anchor controlling how the axis is attached to the chart area.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the axis anchor controlling how the axis is attached to the chart area.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Overrides Property Anchor As NAxisAnchor
    'Usage
     
    
    Dim instance As NCartesianAxis
    Dim value As NAxisAnchor
     
    instance.Anchor = value
     
    value = instance.Anchor
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the axis anchor controlling how the axis is attached to the chart area.")]
    [System.ComponentModel.Editor(Nevron.Editors.NAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public override NAxisAnchor Anchor {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