Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DoughnutLayout Class / CreateDoughnutSliceGeometry Method


    CreateDoughnutSliceGeometry Method
    Syntax
    'Declaration
     
    Protected Overridable Function CreateDoughnutSliceGeometry( _
       ByVal centerPoint As Point, _
       ByVal outerRadius As Double, _
       ByVal innerRadius As Double, _
       ByVal startAngle As Double, _
       ByVal endAngle As Double _
    ) As Geometry
     
    'Usage
     
    Dim instance As DoughnutLayout
    Dim centerPoint As Point
    Dim outerRadius As Double
    Dim innerRadius As Double
    Dim startAngle As Double
    Dim endAngle As Double
    Dim value As Geometry
     
    value = instance.CreateDoughnutSliceGeometry(centerPoint, outerRadius, innerRadius, startAngle, endAngle)

    Parameters

    centerPoint
    outerRadius
    innerRadius
    startAngle
    endAngle
    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