Creates a new PieInfo structure with the specified parameters.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public PieInfo( Point center, double radiusX, double radiusY, double inner, double angle, double sweep, double height, double offset ) |
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, _ offset As Double _ ) |
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
- Type: System..::..Double