ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / StepLines Class / RenderSegment Method


In This Topic
    RenderSegment Method (StepLines)
    In This Topic
    Creates path figure from the specified points.
    Syntax
    'Declaration
     
    
    Protected Function RenderSegment( _
       ByVal pts() As Point, _
       ByVal optRadius As Double, _
       ByVal clip As Rect _
    ) As PathFigure()
    'Usage
     
    
    Dim instance As StepLines
    Dim pts() As Point
    Dim optRadius As Double
    Dim clip As Rect
    Dim value() As PathFigure
     
    value = instance.RenderSegment(pts, optRadius, clip)
    protected PathFigure[] RenderSegment( 
       Point[] pts,
       double optRadius,
       Rect clip
    )

    Parameters

    pts
    optRadius
    clip
    See Also