Nevron.Chart Namespace / NAutoSideAxisAnchor Class / PreferredSide Property


In This Topic
    PreferredSide Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value that specifies a preferred side for an axis")>
    Public Property PreferredSide As AutoSideAxisAnchorDock
    'Usage
     
    
    Dim instance As NAutoSideAxisAnchor
    Dim value As AutoSideAxisAnchorDock
     
    instance.PreferredSide = value
     
    value = instance.PreferredSide
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets a value that specifies a preferred side for an axis")]
    public AutoSideAxisAnchorDock PreferredSide {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