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

In This Topic
    arountCircle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function arountCircle( _
       ByVal labels As List(Of IRadialSmartDataLabelView), _
       ByVal radius As Double, _
       ByVal cx As Double, _
       ByVal cy As Double _
    ) As List(Of IRadialSmartDataLabelView)
    public static List<IRadialSmartDataLabelView> arountCircle( 
       List<IRadialSmartDataLabelView> labels,
       double radius,
       double cx,
       double cy
    )

    Parameters

    labels
    radius
    cx
    cy
    See Also