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





Checks if the specified point lies at the border between two pieces.

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 clicked point to check.

 Return Value

true if the point lies at the line between two pie pieces; otherwise false.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting Namespace