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

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

    Parameters

    pointAngle
    pointRadius
    See Also