Nevron .NET Vision
Nevron.Chart Namespace / NVennSeries Class / ContoursCount Property


In This Topic
    ContoursCount Property
    In This Topic
    Gets the number of original contours (or Venn sets) in the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContoursCount As System.Integer
    'Usage
     
    
    Dim instance As NVennSeries
    Dim value As System.Integer
     
    value = instance.ContoursCount
    public System.int ContoursCount {get;}
    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