Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / IsAligned Method


In This Topic
    IsAligned Method
    In This Topic
    Checks whether the data series contained in the collection have the same length.
    Syntax
    'Declaration
     
    
    Public Function IsAligned() As System.Boolean
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim value As System.Boolean
     
    value = instance.IsAligned()
    public System.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