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

In This Topic
    _renderRadialBar Method (_BarRadialCartesianPointView)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _renderRadialBar( _
       ByVal render As IRender, _
       ByVal context As IRenderContext, _
       ByVal center As IPoint, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double, _
       ByVal shapePathCalculateCallback As IPathCalculateCallback _
    ) 
    public void _renderRadialBar( 
       IRender render,
       IRenderContext context,
       IPoint center,
       double radius,
       double innerRadius,
       double startAngle,
       double sweepAngle,
       IPathCalculateCallback shapePathCalculateCallback
    )

    Parameters

    render
    context
    center
    radius
    innerRadius
    startAngle
    sweepAngle
    shapePathCalculateCallback
    See Also