Creates a new PieInfo structure with the specified parameters.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public PieInfo(
	Point center,
	double radiusX,
	double radiusY,
	double inner,
	double angle,
	double sweep,
	double height,
	double offset = 0
)
Visual Basic
Public Sub New ( _
	center As Point, _
	radiusX As Double, _
	radiusY As Double, _
	inner As Double, _
	angle As Double, _
	sweep As Double, _
	height As Double, _
	Optional offset As Double = 0 _
)

Parameters

center
Type: System.Windows..::..Point
radiusX
Type: System..::..Double
radiusY
Type: System..::..Double
inner
Type: System..::..Double
angle
Type: System..::..Double
sweep
Type: System..::..Double
height
Type: System..::..Double
offset (Optional)
Type: System..::..Double

See Also