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

In This Topic
    _setLabelInfos Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub _setLabelInfos( _
       ByVal labels As List(Of _RadialBarDataLabelViewEx), _
       ByVal informations As List(Of _LabelPositionInformation) _
    ) 
    public static void _setLabelInfos( 
       List<_RadialBarDataLabelViewEx> labels,
       List<_LabelPositionInformation> informations
    )

    Parameters

    labels
    informations
    See Also