'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 Overridable Property Anchor As NAxisAnchor
'Usage
Dim instance As NAxis 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 virtual NAxisAnchor Anchor {get; set;}