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

In This Topic
    _restoreLabels Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub _restoreLabels( _
       ByVal labels As List(Of _RadialBarDataLabelViewEx), _
       ByVal releaseOnly As Boolean _
    ) 
    public static void _restoreLabels( 
       List<_RadialBarDataLabelViewEx> labels,
       bool releaseOnly
    )

    Parameters

    labels
    releaseOnly
    See Also