Dundas Chart for Windows Forms
AlignOrientation Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartArea Class : AlignOrientation Property


Gets or sets the alignment orientation of a chart area.


Chart areas alignment orientation.

Syntax

Visual Basic (Declaration)  
Public Property AlignOrientation As AreaAlignOrientation
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
Dim value As AreaAlignOrientation
 
instance.AlignOrientation = value
 
value = instance.AlignOrientation
C#  
public AreaAlignOrientation AlignOrientation {get; set;}

Return Value

A value that represents the alignment orientation of a Chart Area.

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.