.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartAreaLayout Class : AlignUnrelatedAxis Property
AlignUnrelatedAxis Property
Gets or sets a value that indicates whether chart areas oriented opposite to the grid layout mode's priority orientation can be placed next to chart areas that don't share any axes.
Syntax
'Declaration
 
Public Property AlignUnrelatedAxis As Boolean
'Usage
 
Dim instance As ChartAreaLayout
Dim value As Boolean
 
instance.AlignUnrelatedAxis = value
 
value = instance.AlignUnrelatedAxis
public bool AlignUnrelatedAxis {get; set;}
Remarks
This setting applies only to modes VerticalPriority and HorizontalPriority.
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