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


In This Topic
    Anchor Property (NGaugeAxis)
    In This Topic
    Gets or sets the anchor controlling the placement of the gauge axis
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the placement of the gauge axis.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NGaugeAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Anchor As NGaugeAxisAnchor
    'Usage
     
    
    Dim instance As NGaugeAxis
    Dim value As NGaugeAxisAnchor
     
    instance.Anchor = value
     
    value = instance.Anchor
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the placement of the gauge axis.")]
    [System.ComponentModel.Editor(Nevron.Editors.NGaugeAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NGaugeAxisAnchor 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