ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / PieInfo Constructor


In This Topic
    PieInfo Constructor
    In This Topic
    Creates a new PieInfo structure with the specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal center As Point, _
       ByVal radiusX As Double, _
       ByVal radiusY As Double, _
       ByVal inner As Double, _
       ByVal angle As Double, _
       ByVal sweep As Double, _
       ByVal height As Double, _
       Optional ByVal offset As Double _
    )
    'Usage
     
    
    Dim center As Point
    Dim radiusX As Double
    Dim radiusY As Double
    Dim inner As Double
    Dim angle As Double
    Dim sweep As Double
    Dim height As Double
    Dim offset As Double
     
    Dim instance As New PieInfo(center, radiusX, radiusY, inner, angle, sweep, height, offset)

    Parameters

    center
    radiusX
    radiusY
    inner
    angle
    sweep
    height
    offset
    See Also