'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