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

In This Topic
    _updateLabelInformation Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _updateLabelInformation( _
       ByVal rotatedRectangle As _RectangleShape, _
       ByVal offsetRadius As Double, _
       ByVal labelAngle As Double, _
       ByVal linePoints As List(Of IPoint), _
       ByVal connectionPoint As IPoint _
    ) 
    public void _updateLabelInformation( 
       _RectangleShape rotatedRectangle,
       double offsetRadius,
       double labelAngle,
       List<IPoint> linePoints,
       IPoint connectionPoint
    )

    Parameters

    rotatedRectangle
    offsetRadius
    labelAngle
    linePoints
    connectionPoint
    See Also