Nevron.Chart Namespace / NAutoSideAxisAnchor Class / PreferredSide Property


PreferredSide Property
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
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