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

In This Topic
    _getOutsideLabelRectangleByPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getOutsideLabelRectangleByPoint( _
       ByVal endPosition As IPoint, _
       ByVal center As IPoint, _
       ByVal labelSize As ISize, _
       ByVal ensureInbound As Boolean _
    ) As _RectangleShape
    public _RectangleShape _getOutsideLabelRectangleByPoint( 
       IPoint endPosition,
       IPoint center,
       ISize labelSize,
       bool ensureInbound
    )

    Parameters

    endPosition
    center
    labelSize
    ensureInbound
    See Also