MindFusion.Charting Programmer's Guide

PointContainer.Remove Method

See Also
 





Removes the specified PointCollection from the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void Remove (
    PointCollection points
)

Visual Basic  Copy Code

Public Sub Remove ( _
    points As PointCollection _
)

JavaScript  Copy Code

function Remove (points)

 Parameters

points

 See Also