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

In This Topic
    _renderRadialBar Method (IBarRadialCartesianPointView)
    In This Topic
    Syntax
    'Declaration
     
    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 _
    ) 

    Parameters

    render
    context
    center
    radius
    innerRadius
    startAngle
    sweepAngle
    shapePathCalculateCallback
    See Also