ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _GCESPointSpacePolicy Class / _getPointCoordOnDonutShapeWithSpace Method

In This Topic
    _getPointCoordOnDonutShapeWithSpace Method (_GCESPointSpacePolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getPointCoordOnDonutShapeWithSpace( _
       ByVal pointAngle As Double, _
       ByVal pointRadius As Double, _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double _
    ) As IPoint
    public IPoint _getPointCoordOnDonutShapeWithSpace( 
       double pointAngle,
       double pointRadius,
       double cx,
       double cy,
       double radius,
       double innerRadius,
       double startAngle,
       double sweepAngle
    )

    Parameters

    pointAngle
    pointRadius
    cx
    cy
    radius
    innerRadius
    startAngle
    sweepAngle
    See Also