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

In This Topic
    getDefaultLabelRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function getDefaultLabelRectangle( _
       ByVal textPosition As TextPosition, _
       ByVal center As IPoint, _
       ByVal angle As Double, _
       ByVal radius As Double, _
       ByVal labelSize As ISize _
    ) As _RectangleShape
    public _RectangleShape getDefaultLabelRectangle( 
       TextPosition textPosition,
       IPoint center,
       double angle,
       double radius,
       ISize labelSize
    )

    Parameters

    textPosition
    center
    angle
    radius
    labelSize
    See Also