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


In This Topic
    Decimate Method (StepLines)
    In This Topic
    Decimate point array according to the specified radius.
    Syntax
    'Declaration
     
    
    Protected Function Decimate( _
       ByVal pts() As Point, _
       ByVal radius As Double _
    ) As Point()
    'Usage
     
    
    Dim instance As StepLines
    Dim pts() As Point
    Dim radius As Double
    Dim value() As Point
     
    value = instance.Decimate(pts, radius)
    protected Point[] Decimate( 
       Point[] pts,
       double radius
    )

    Parameters

    pts
    radius
    See Also