Gets or sets the alignment orientation of a chart area.
Chart areas alignment orientation.
Visual Basic (Declaration) | |
---|---|
Public Property AlignOrientation As AreaAlignOrientation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AreaAlignOrientation AlignOrientation {get; set;} |
Return Value
A value that represents the alignment orientation of a Chart Area.
Through the use of the ChartArea properties, AlignWithChartArea, AlignOrientation and AlignType, you are able to align or synchronize two or more chart areas horizontally, vertically or both.
When the AlignWithChartArea property is set to the name of a ChartArea object, this chart area will be aligned based on the AlignType (defines the alignment to use) and AlignOrientation (defines the elements of the chart area that should be used to set the alignment).
If AlignWithChartArea is not set, the chart area will not be aligned regardless of the AlignType and AlignOrientation settings.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family