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

In This Topic
    _getLabelInformations Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getLabelInformations( _
       ByVal labels As List(Of _RadialBarDataLabelViewEx) _
    ) As List(Of _LabelPositionInformation)
    public static List<_LabelPositionInformation> _getLabelInformations( 
       List<_RadialBarDataLabelViewEx> labels
    )

    Parameters

    labels
    See Also