MindFusion WinForms Programmer's Guide
Chart.ContainsPoint Method
See Also
 





Checks if the point is part of the series graphics.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual bool ContainsPoint (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function ContainsPoint( _
    point As PointF _
) As Boolean

 Parameters

point

The point to check.

 Return Value

true if the point is part of a series; otherwise false.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace