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

In This Topic
    _calculateViewInfoFromShapeInfo Method (_GCESPointSpacePolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _calculateViewInfoFromShapeInfo( _
       ByVal shapeCenterX As Double, _
       ByVal shapeCenterY As Double, _
       ByVal shapeRadius As Double, _
       ByVal shapeInnerRadius As Double, _
       ByVal shapeStartAngle As Double, _
       ByVal shapeSweepAngle As Double _
    ) As IDonutShape
    public IDonutShape _calculateViewInfoFromShapeInfo( 
       double shapeCenterX,
       double shapeCenterY,
       double shapeRadius,
       double shapeInnerRadius,
       double shapeStartAngle,
       double shapeSweepAngle
    )

    Parameters

    shapeCenterX
    shapeCenterY
    shapeRadius
    shapeInnerRadius
    shapeStartAngle
    shapeSweepAngle
    See Also