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

In This Topic
    hideSomeLabels Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub hideSomeLabels( _
       ByVal plotView As IPlotView, _
       ByVal labels As List(Of SmartLabelPack) _
    ) 
    public static void hideSomeLabels( 
       IPlotView plotView,
       List<SmartLabelPack> labels
    )

    Parameters

    plotView
    labels
    See Also