DundasWinExtensions
IsAligned Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > StackedChartHelper Class : IsAligned Method


chart
The chart.
Determines whether the specified chart is aligned.

Syntax

Visual Basic (Declaration)  
Public Function IsAligned( _
   ByVal chart As Chart _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As StackedChartHelper
Dim chart As Chart
Dim value As Boolean
 
value = instance.IsAligned(chart)
C#  
public bool IsAligned( 
   Chart chart
)

Parameters

chart
The chart.

Return Value

true if the specified chart is aligned; otherwise, false.

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.