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

In This Topic
    _isOverlapWith Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _isOverlapWith( _
       ByVal otherGroup As _RadialBarDataLabelViewExGroup, _
       ByVal clockwise As Boolean _
    ) As Boolean
    public bool _isOverlapWith( 
       _RadialBarDataLabelViewExGroup otherGroup,
       bool clockwise
    )

    Parameters

    otherGroup
    clockwise
    See Also