ComponentOne Chart for WPF and Silverlight
PieInfo Constructor


C1.WPF.C1Chart Namespace > PieInfo Structure : PieInfo Constructor
Creates a new PieInfo structure with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal center As System.Windows.Point, _
   ByVal radiusX As System.Double, _
   ByVal radiusY As System.Double, _
   ByVal inner As System.Double, _
   ByVal angle As System.Double, _
   ByVal sweep As System.Double, _
   ByVal height As System.Double, _
   Optional ByVal offset As System.Double _
)
'Usage
 
Dim center As System.Windows.Point
Dim radiusX As System.Double
Dim radiusY As System.Double
Dim inner As System.Double
Dim angle As System.Double
Dim sweep As System.Double
Dim height As System.Double
Dim offset As System.Double
 
Dim instance As New PieInfo(center, radiusX, radiusY, inner, angle, sweep, height, offset)
public PieInfo( 
   System.Windows.Point center,
   System.double radiusX,
   System.double radiusY,
   System.double inner,
   System.double angle,
   System.double sweep,
   System.double height,
   System.double offset
)

Parameters

center
radiusX
radiusY
inner
angle
sweep
height
offset
See Also

Reference

PieInfo Structure
PieInfo Members