Nevron.Chart Namespace / NVennSeries Class / AddVennContour Method


In This Topic
    AddVennContour Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddVennContour( _
       ByVal s As VennShape, _
       ByVal center As NPointF, _
       ByVal dimensions As NSizeF, _
       ByVal angle As System.Single, _
       ByVal shapeId As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NVennSeries
    Dim s As VennShape
    Dim center As NPointF
    Dim dimensions As NSizeF
    Dim angle As System.Single
    Dim shapeId As System.Integer
     
    instance.AddVennContour(s, center, dimensions, angle, shapeId)
    public void AddVennContour( 
       VennShape s,
       NPointF center,
       NSizeF dimensions,
       System.float angle,
       System.int shapeId
    )

    Parameters

    s
    center
    dimensions
    angle
    shapeId
    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