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

In This Topic
    _getPointCoordOnDonutShape Method (_BarRadialCartesianPointView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getPointCoordOnDonutShape( _
       ByVal pointAngle As Double, _
       ByVal pointRadius As Double _
    ) As IPoint
    public IPoint _getPointCoordOnDonutShape( 
       double pointAngle,
       double pointRadius
    )

    Parameters

    pointAngle
    pointRadius
    See Also