Xceed Toolkit Plus for WPF v4.6 Documentation
CreateSinglePieSliceGeometry Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > PieLayout Class : CreateSinglePieSliceGeometry Method
Pie center point.
Pie radius.
Creates the Geometry for single pie slice.
Syntax
'Declaration
 
Protected Overridable Function CreateSinglePieSliceGeometry( _
   ByVal centerPoint As Point, _
   ByVal radius As Double _
) As Geometry
'Usage
 
Dim instance As PieLayout
Dim centerPoint As Point
Dim radius As Double
Dim value As Geometry
 
value = instance.CreateSinglePieSliceGeometry(centerPoint, radius)
protected virtual Geometry CreateSinglePieSliceGeometry( 
   Point centerPoint,
   double radius
)

Parameters

centerPoint
Pie center point.
radius
Pie radius.

Return Value

The Geometry for a pie slice.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Reference

PieLayout Class
PieLayout Members