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

In This Topic
    _buildStepLineShape Method (_RadialStepLineShapeBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildStepLineShape( _
       ByVal points As List(Of IPoint), _
       ByVal lineAspect As LineAspect, _
       ByVal swapAxes As Boolean, _
       ByVal radialCenterX As Double, _
       ByVal radialCenterY As Double _
    ) As IPolylineShape
    public IPolylineShape _buildStepLineShape( 
       List<IPoint> points,
       LineAspect lineAspect,
       bool swapAxes,
       double radialCenterX,
       double radialCenterY
    )

    Parameters

    points
    lineAspect
    swapAxes
    radialCenterX
    radialCenterY
    See Also