Xceed Chart for WinForms v4.4 Documentation
IsAligned Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeriesCollection Class : IsAligned Method
Checks whether the data series contained in the collection have the same length.
Syntax
'Declaration
 
Public Function IsAligned() As Boolean
'Usage
 
Dim instance As DataSeriesCollection
Dim value As Boolean
 
value = instance.IsAligned()
public bool IsAligned()

Return Value

true if the series have equal sizes otherwise false
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

Reference

DataSeriesCollection Class
DataSeriesCollection Members