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





Checks whether the specified point lies at any line graphics.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point

The point to check.

 Return Value

true if the point lies at a line series within an acceptable deviation; otherwise false.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace